Html Css Color HEX #ABA820 Earls Green

📋 copy color: '#ABA820'

red 171 ◦ green 168 ◦ blue 32

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

Shades of Earls Green #ABA820

Tints of Earls Green #ABA820

RGB

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

 GREEN value IS 168 (66.02% from 255) = 45.28%

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

R = 46.09%
G = 45.28%
B = 8.63%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.81

 K value IS 0.33

RGB Variations

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

Color information

#ABA820 (or 0xABA820) is known color: Earls Green. HEX triplet: AB, A8 and 20. RGB value is (171,168,32). Sum of RGB (Red+Green+Blue) = 171+168+32=371 (49% of max value = 765). Red value is 171 (67.19% from 255 or 46.09% from 371); Green value is 168 (66.02% from 255 or 45.28% from 371); Blue value is 32 (12.89% from 255 or 8.63% from 371); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA820 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA820 is #5457DF. Grayscale: #999999. Windows color (decimal): -5527520 or 2140331. OLE color: 2140331.

HSL color Cylindrical-coordinate representation of color #ABA820: hue angle of 58.71º 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 #ABA820 is Cyan = 0, Magento = 0.02, Yellow = 0.81 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 168 32 -
CMYK 0 0.02 0.81 0.33
HSL 58.71º 0.68% 0.4% -
HSV(B) 58.71º 0.81% 0.67% -
XYZ 31.06 36.77 6.83 -
YUV 153.39 59.49 140.56 -
System Red Green Blue C M Y K H S L
Decimal 171 168 32 0 0.02 0.81 0.33 58.71 0.68 0.4
Hex AB A8 20 0 2 51 21 3B 44 28
Octal 253 250 40 0 2 121 41 73 104 50
Binary 10101011 10101000 100000 0 10 1010001 100001 111011 1000100 101000

Color Harmonies of #ABA820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA820

Black with #ABA820

Text Example


Text Example

White with #ABA820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA820; }

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

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

background-color css

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

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

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

border-color css

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

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

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