#abaa25

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

Shades of Earls Green #ABAA25

Tints of Earls Green #ABAA25

Color information

#ABAA25 (or 0xABAA25) is unknown color: approx Earls Green. HEX triplet: AB, AA and 25. RGB value is (171,170,37). Sum of RGB (Red+Green+Blue) = 171+170+37=378 (50% of max value = 765). Red value is 171 (67.19% from 255 or 45.24% from 378); Green value is 170 (66.80% from 255 or 44.97% from 378); Blue value is 37 (14.84% from 255 or 9.79% from 378); Max value from RGB is 171 - color contains mainly: red. Hex color #ABAA25 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABAA25 is #5455DA. Grayscale: #9B9B9B. Windows color (decimal): -5527003 or 2468523. OLE color: 2468523.

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

Color convert

RGB17117037-
CMYK00.010.780.33
HSL59.55º64.42%40.78%-
HSV(B)59.55º78.36%67.06%-
XYZ31.537.547.34-
YUV155.1461.33139.31-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 45.24%
GREEN value IS 170 (66.80% from 255) = 44.97%
BLUE value IS 37 (14.84% from 255) = 9.79%
R=45.24%
G=44.97%
B=9.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.78
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711703700.010.780.3359.5564.4240.78
HexABAA25014E213c4029
Octal2532524501116417410051
Binary10101011101010101001010110011101000011111001000000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #abaa25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #abaa25; }

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

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

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

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

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

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

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

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