Html Css Color HEX #ABAF20 Earls Green

📋 copy color: '#ABAF20'

red 171 ◦ green 175 ◦ blue 32

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

Shades of Earls Green #ABAF20

Tints of Earls Green #ABAF20

RGB

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

 GREEN value IS 175 (68.75% from 255) = 46.3%

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

R = 45.24%
G = 46.3%
B = 8.47%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.82

 K value IS 0.31

RGB Variations

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

Color information

#ABAF20 (or 0xABAF20) is known color: Earls Green. HEX triplet: AB, AF and 20. RGB value is (171,175,32). Sum of RGB (Red+Green+Blue) = 171+175+32=378 (50% of max value = 765). Red value is 171 (67.19% from 255 or 45.24% from 378); Green value is 175 (68.75% from 255 or 46.30% from 378); Blue value is 32 (12.89% from 255 or 8.47% from 378); Max value from RGB is 175 - color contains mainly: green. Hex color #ABAF20 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABAF20 is #5450DF. Grayscale: #9E9E9E. Windows color (decimal): -5525728 or 2142123. OLE color: 2142123.

HSL color Cylindrical-coordinate representation of color #ABAF20: hue angle of 61.68º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #ABAF20 is Cyan = 0.02, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.31.

Color convert

RGB 171 175 32 -
CMYK 0.02 0 0.82 0.31
HSL 61.68º 0.69% 0.41% -
HSV(B) 61.68º 0.82% 0.69% -
XYZ 32.39 39.42 7.27 -
YUV 157.5 57.17 137.63 -
System Red Green Blue C M Y K H S L
Decimal 171 175 32 0.02 0 0.82 0.31 61.68 0.69 0.41
Hex AB AF 20 2 0 52 1F 3E 45 29
Octal 253 257 40 2 0 122 37 76 105 51
Binary 10101011 10101111 100000 10 0 1010010 11111 111110 1000101 101001

Color Harmonies of #ABAF20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABAF20

Black with #ABAF20

Text Example


Text Example

White with #ABAF20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABAF20; }

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

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

background-color css

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

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

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

border-color css

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

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

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