#A5AB2C

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

Shades of Earls Green #A5AB2C

Tints of Earls Green #A5AB2C

Color information

#A5AB2C (or 0xA5AB2C) is unknown color: approx Earls Green. HEX triplet: A5, AB and 2C. RGB value is (165,171,44). Sum of RGB (Red+Green+Blue) = 165+171+44=380 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.42% from 380); Green value is 171 (67.19% from 255 or 45% from 380); Blue value is 44 (17.58% from 255 or 11.58% from 380); Max value from RGB is 171 - color contains mainly: green. Hex color #A5AB2C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5AB2C is #5A54D3. Grayscale: #9B9B9B. Windows color (decimal): -5919956 or 2927525. OLE color: 2927525.

HSL color Cylindrical-coordinate representation of color #A5AB2C: hue angle of 62.83º 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 #A5AB2C is Cyan = 0.04, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.33.

Color convert

RGB16517144-
CMYK0.0400.740.33
HSL62.83º59.07%42.16%-
HSV(B)62.83º74.27%67.06%-
XYZ30.5337.317.97-
YUV154.7365.51135.33-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 43.42%
GREEN value IS 171 (67.19% from 255) = 45%
BLUE value IS 44 (17.58% from 255) = 11.58%
R=43.42%
G=45%
B=11.58%

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
Decimal165171440.0400.740.3362.8359.0742.16
HexA5AB2C404A213f3b2a
Octal245253544011241777352
Binary101001011010101110110010001001010100001111111111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5AB2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5AB2C; }

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

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

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

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

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

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

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

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