#a4b834

Color #A4B834 Bahia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bahia #A4B834

Tints of Bahia #A4B834

Color information

#A4B834 (or 0xA4B834) is unknown color: approx Bahia. HEX triplet: A4, B8 and 34. RGB value is (164,184,52). Sum of RGB (Red+Green+Blue) = 164+184+52=400 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41% from 400); Green value is 184 (72.27% from 255 or 46% from 400); Blue value is 52 (20.70% from 255 or 13% from 400); Max value from RGB is 184 - color contains mainly: green. Hex color #A4B834 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4B834 is #5B47CB. Grayscale: #A3A3A3. Windows color (decimal): -5982156 or 3455140. OLE color: 3455140.

HSL color Cylindrical-coordinate representation of color #A4B834: hue angle of 69.09º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A4B834 is Cyan = 0.11, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.28.

Color convert

RGB16418452-
CMYK0.1100.720.28
HSL69.09º55.93%46.27%-
HSV(B)69.09º71.74%72.16%-
XYZ33.0742.429.69-
YUV162.9765.37128.73-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 164 (64.45% from 255) = 41%
GREEN value IS 184 (72.27% from 255) = 46%
BLUE value IS 52 (20.70% from 255) = 13%
R=41%
G=46%
B=13%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal164184520.1100.720.2869.0955.9346.27
HexA4B834B0481C45382e
Octal24427064130110341057056
Binary1010010010111000110100101101001000111001000101111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a4b834

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a4b834; }

 p { color: rgb(164,184,52); }

 H1.HeaderClassName
 {
   color: #a4b834;
 }
 .AnyTagClassName
 {
   color: #a4b834;
 }
</style>
background-color css

<style>
 a { background-color: #a4b834; }

 a { background-color: rgb(164,184,52); }

 div.DivClassName
 {
   background-color: #a4b834;
 }
 .BgClassName
 {
   background-color: #a4b834;
 }
</style>
border-color css

<style>
 span { border-color: #a4b834; }

 span { border-color: rgb(164,184,52); }

 td.TdClassName
 {
   border-color: #a4b834;
 }
 .TagClassName
 {
   border-color: #a4b834;
 }
</style>