#AAB02E

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

Shades of Earls Green #AAB02E

Tints of Earls Green #AAB02E

Color information

#AAB02E (or 0xAAB02E) is unknown color: approx Earls Green. HEX triplet: AA, B0 and 2E. RGB value is (170,176,46). Sum of RGB (Red+Green+Blue) = 170+176+46=392 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.37% from 392); Green value is 176 (69.14% from 255 or 44.90% from 392); Blue value is 46 (18.36% from 255 or 11.73% from 392); Max value from RGB is 176 - color contains mainly: green. Hex color #AAB02E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAB02E is #554FD1. Grayscale: #9F9F9F. Windows color (decimal): -5590994 or 3059882. OLE color: 3059882.

HSL color Cylindrical-coordinate representation of color #AAB02E: hue angle of 62.77º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AAB02E is Cyan = 0.03, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.31.

Color convert

RGB17017646-
CMYK0.0300.740.31
HSL62.77º58.56%43.53%-
HSV(B)62.77º73.86%69.02%-
XYZ32.639.798.55-
YUV159.3964.01135.57-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 43.37%
GREEN value IS 176 (69.14% from 255) = 44.90%
BLUE value IS 46 (18.36% from 255) = 11.73%
R=43.37%
G=44.90%
B=11.73%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal170176460.0300.740.3162.7758.5643.53
HexAAB02E304A1F3f3b2c
Octal252260563011237777354
Binary1010101010110000101110110100101011111111111111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB02E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB02E; }

 p { color: rgb(170,176,46); }

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

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

 a { background-color: rgb(170,176,46); }

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

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

 span { border-color: rgb(170,176,46); }

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