Html Css Color HEX #ABA720 Earls Green

📋 copy color: '#ABA720'

red 171 ◦ green 167 ◦ blue 32

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

Shades of Earls Green #ABA720

Tints of Earls Green #ABA720

RGB

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

 GREEN value IS 167 (65.63% from 255) = 45.14%

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

R = 46.22%
G = 45.14%
B = 8.65%

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

#ABA720 (or 0xABA720) is known color: Earls Green. HEX triplet: AB, A7 and 20. RGB value is (171,167,32). Sum of RGB (Red+Green+Blue) = 171+167+32=370 (49% of max value = 765). Red value is 171 (67.19% from 255 or 46.22% from 370); Green value is 167 (65.62% from 255 or 45.14% from 370); Blue value is 32 (12.89% from 255 or 8.65% from 370); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA720 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA720 is #5458DF. Grayscale: #999999. Windows color (decimal): -5527776 or 2140075. OLE color: 2140075.

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

Color convert

RGB 171 167 32 -
CMYK 0 0.02 0.81 0.33
HSL 58.27º 0.68% 0.4% -
HSV(B) 58.27º 0.81% 0.67% -
XYZ 30.87 36.4 6.77 -
YUV 152.81 59.83 140.98 -
System Red Green Blue C M Y K H S L
Decimal 171 167 32 0 0.02 0.81 0.33 58.27 0.68 0.4
Hex AB A7 20 0 2 51 21 3A 44 28
Octal 253 247 40 0 2 121 41 72 104 50
Binary 10101011 10100111 100000 0 10 1010001 100001 111010 1000100 101000

Color Harmonies of #ABA720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA720

Black with #ABA720

Text Example


Text Example

White with #ABA720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA720; }

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

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

background-color css

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

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

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

border-color css

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

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

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