#A4AB2C

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

Shades of Earls Green #A4AB2C

Tints of Earls Green #A4AB2C

Color information

#A4AB2C (or 0xA4AB2C) is unknown color: approx Earls Green. HEX triplet: A4, AB and 2C. RGB value is (164,171,44). Sum of RGB (Red+Green+Blue) = 164+171+44=379 (50% of max value = 765). Red value is 164 (64.45% from 255 or 43.27% from 379); Green value is 171 (67.19% from 255 or 45.12% from 379); Blue value is 44 (17.58% from 255 or 11.61% from 379); Max value from RGB is 171 - color contains mainly: green. Hex color #A4AB2C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A4AB2C is #5B54D3. Grayscale: #9A9A9A. Windows color (decimal): -5985492 or 2927524. OLE color: 2927524.

HSL color Cylindrical-coordinate representation of color #A4AB2C: hue angle of 63.31º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A4AB2C is Cyan = 0.04, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.33.

Color convert

RGB16417144-
CMYK0.0400.740.33
HSL63.31º59.07%42.16%-
HSV(B)63.31º74.27%67.06%-
XYZ30.3337.27.96-
YUV154.4365.68134.83-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 43.27%
GREEN value IS 171 (67.19% from 255) = 45.12%
BLUE value IS 44 (17.58% from 255) = 11.61%
R=43.27%
G=45.12%
B=11.61%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal164171440.0400.740.3363.3159.0742.16
HexA4AB2C404A213f3b2a
Octal244253544011241777352
Binary101001001010101110110010001001010100001111111111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4AB2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4AB2C; }

 p { color: rgb(164,171,44); }

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

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

 a { background-color: rgb(164,171,44); }

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

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

 span { border-color: rgb(164,171,44); }

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