Html Css Color HEX #ABAA20 Earls Green

📋 copy color: '#ABAA20'

red 171 ◦ green 170 ◦ blue 32

#ABAA20
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Earls Green #ABAA20

Tints of Earls Green #ABAA20

RGB

 RED value IS 171 (67.19% from 255) = 45.84%

 GREEN value IS 170 (66.8% from 255) = 45.58%

 BLUE value IS 32 (12.89% from 255) = 8.58%

R = 45.84%
G = 45.58%
B = 8.58%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.81

 K value IS 0.33

RGB Variations

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

Color information

#ABAA20 (or 0xABAA20) is known color: Earls Green. HEX triplet: AB, AA and 20. RGB value is (171,170,32). Sum of RGB (Red+Green+Blue) = 171+170+32=373 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.84% from 373); Green value is 170 (66.80% from 255 or 45.58% from 373); Blue value is 32 (12.89% from 255 or 8.58% from 373); Max value from RGB is 171 - color contains mainly: red. Hex color #ABAA20 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABAA20 is #5455DF. Grayscale: #9B9B9B. Windows color (decimal): -5527008 or 2140843. OLE color: 2140843.

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

Color convert

RGB 171 170 32 -
CMYK 0 0.01 0.81 0.33
HSL 59.57º 0.68% 0.4% -
HSV(B) 59.57º 0.81% 0.67% -
XYZ 31.43 37.51 6.95 -
YUV 154.57 58.83 139.72 -
System Red Green Blue C M Y K H S L
Decimal 171 170 32 0 0.01 0.81 0.33 59.57 0.68 0.4
Hex AB AA 20 0 1 51 21 3C 44 28
Octal 253 252 40 0 1 121 41 74 104 50
Binary 10101011 10101010 100000 0 1 1010001 100001 111100 1000100 101000

Color Harmonies of #ABAA20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABAA20

Black with #ABAA20

Text Example


Text Example

White with #ABAA20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABAA20; }

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

 H1.HeaderClassName
 {
   color: #ABAA20;
 }
 .AnyTagClassName
 {
   color: #ABAA20;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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