#ABAA30

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

Shades of Earls Green #ABAA30

Tints of Earls Green #ABAA30

Color information

#ABAA30 (or 0xABAA30) is unknown color: approx Earls Green. HEX triplet: AB, AA and 30. RGB value is (171,170,48). Sum of RGB (Red+Green+Blue) = 171+170+48=389 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.96% from 389); Green value is 170 (66.80% from 255 or 43.70% from 389); Blue value is 48 (19.14% from 255 or 12.34% from 389); Max value from RGB is 171 - color contains mainly: red. Hex color #ABAA30 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABAA30 is #5455CF. Grayscale: #9C9C9C. Windows color (decimal): -5526992 or 3189419. OLE color: 3189419.

HSL color Cylindrical-coordinate representation of color #ABAA30: hue angle of 59.51º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #ABAA30 is Cyan = 0, Magento = 0.01, Yellow = 0.72 and Black (K on CMYK) = 0.33.

Color convert

RGB17117048-
CMYK00.010.720.33
HSL59.51º56.16%42.94%-
HSV(B)59.51º71.93%67.06%-
XYZ31.737.628.39-
YUV156.3966.83138.42-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 43.96%
GREEN value IS 170 (66.80% from 255) = 43.70%
BLUE value IS 48 (19.14% from 255) = 12.34%
R=43.96%
G=43.70%
B=12.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.72
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711704800.010.720.3359.5156.1642.94
HexABAA300148213c382b
Octal253252600111041747053
Binary1010101110101010110000011001000100001111100111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAA30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAA30; }

 p { color: rgb(171,170,48); }

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

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

 a { background-color: rgb(171,170,48); }

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

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

 span { border-color: rgb(171,170,48); }

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