#a4b820

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

Shades of Bahia #A4B820

Tints of Bahia #A4B820

Color information

#A4B820 (or 0xA4B820) is unknown color: approx Bahia. HEX triplet: A4, B8 and 20. RGB value is (164,184,32). Sum of RGB (Red+Green+Blue) = 164+184+32=380 (50% of max value = 765). Red value is 164 (64.45% from 255 or 43.16% from 380); Green value is 184 (72.27% from 255 or 48.42% from 380); Blue value is 32 (12.89% from 255 or 8.42% from 380); Max value from RGB is 184 - color contains mainly: green. Hex color #A4B820 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4B820 is #5B47DF. Grayscale: #A1A1A1. Windows color (decimal): -5982176 or 2144420. OLE color: 2144420.

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

Color convert

RGB16418432-
CMYK0.1100.830.28
HSL67.89º70.37%42.35%-
HSV(B)67.89º82.61%72.16%-
XYZ32.7142.287.8-
YUV160.6955.37130.36-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 43.16%
GREEN value IS 184 (72.27% from 255) = 48.42%
BLUE value IS 32 (12.89% from 255) = 8.42%
R=43.16%
G=48.42%
B=8.42%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal164184320.1100.830.2867.8970.3742.35
HexA4B820B0531C44462a
Octal244270401301233410410652
Binary10100100101110001000001011010100111110010001001000110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a4b820

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a4b820; }

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

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

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

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

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

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

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

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