#ABAF2B

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

Shades of Earls Green #ABAF2B

Tints of Earls Green #ABAF2B

Color information

#ABAF2B (or 0xABAF2B) is unknown color: approx Earls Green. HEX triplet: AB, AF and 2B. RGB value is (171,175,43). Sum of RGB (Red+Green+Blue) = 171+175+43=389 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.96% from 389); Green value is 175 (68.75% from 255 or 44.99% from 389); Blue value is 43 (17.19% from 255 or 11.05% from 389); Max value from RGB is 175 - color contains mainly: green. Hex color #ABAF2B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABAF2B is #5450D4. Grayscale: #9F9F9F. Windows color (decimal): -5525717 or 2863019. OLE color: 2863019.

HSL color Cylindrical-coordinate representation of color #ABAF2B: hue angle of 61.82º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #ABAF2B is Cyan = 0.02, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.31.

Color convert

RGB17117543-
CMYK0.0200.750.31
HSL61.82º60.55%42.75%-
HSV(B)61.82º75.43%68.63%-
XYZ32.5639.498.19-
YUV158.7662.67136.73-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 43.96%
GREEN value IS 175 (68.75% from 255) = 44.99%
BLUE value IS 43 (17.19% from 255) = 11.05%
R=43.96%
G=44.99%
B=11.05%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal171175430.0200.750.3161.8260.5542.75
HexABAF2B204B1F3e3d2b
Octal253257532011337767553
Binary1010101110101111101011100100101111111111110111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAF2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAF2B; }

 p { color: rgb(171,175,43); }

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

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

 a { background-color: rgb(171,175,43); }

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

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

 span { border-color: rgb(171,175,43); }

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