#A4B82F

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

Shades of Bahia #A4B82F

Tints of Bahia #A4B82F

Color information

#A4B82F (or 0xA4B82F) is unknown color: approx Bahia. HEX triplet: A4, B8 and 2F. RGB value is (164,184,47). Sum of RGB (Red+Green+Blue) = 164+184+47=395 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.52% from 395); Green value is 184 (72.27% from 255 or 46.58% from 395); Blue value is 47 (18.75% from 255 or 11.90% from 395); Max value from RGB is 184 - color contains mainly: green. Hex color #A4B82F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4B82F is #5B47D0. Grayscale: #A2A2A2. Windows color (decimal): -5982161 or 3127460. OLE color: 3127460.

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

Color convert

RGB16418447-
CMYK0.1100.740.28
HSL68.76º59.31%45.29%-
HSV(B)68.76º74.46%72.16%-
XYZ32.9642.389.13-
YUV162.462.87129.14-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 41.52%
GREEN value IS 184 (72.27% from 255) = 46.58%
BLUE value IS 47 (18.75% from 255) = 11.90%
R=41.52%
G=46.58%
B=11.90%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal164184470.1100.740.2868.7659.3145.29
HexA4B82FB04A1C453b2d
Octal24427057130112341057355
Binary1010010010111000101111101101001010111001000101111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4B82F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4B82F; }

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

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

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

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

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

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

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

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