Html Css Color HEX #ABAF31 Earls Green

📋 copy color: '#ABAF31'

red 171 ◦ green 175 ◦ blue 49

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

Shades of Earls Green #ABAF31

Tints of Earls Green #ABAF31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 12.41%

R = 43.29%
G = 44.3%
B = 12.41%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.72

 K value IS 0.31

RGB Variations

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

Color information

#ABAF31 (or 0xABAF31) is known color: Earls Green. HEX triplet: AB, AF and 31. RGB value is (171,175,49). Sum of RGB (Red+Green+Blue) = 171+175+49=395 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.29% from 395); Green value is 175 (68.75% from 255 or 44.30% from 395); Blue value is 49 (19.53% from 255 or 12.41% from 395); Max value from RGB is 175 - color contains mainly: green. Hex color #ABAF31 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABAF31 is #5450CE. Grayscale: #9F9F9F. Windows color (decimal): -5525711 or 3256235. OLE color: 3256235.

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

Color convert

RGB 171 175 49 -
CMYK 0.02 0 0.72 0.31
HSL 61.9º 0.56% 0.44% -
HSV(B) 61.9º 0.72% 0.69% -
XYZ 32.68 39.54 8.82 -
YUV 159.44 65.67 136.25 -
System Red Green Blue C M Y K H S L
Decimal 171 175 49 0.02 0 0.72 0.31 61.9 0.56 0.44
Hex AB AF 31 2 0 48 1F 3E 38 2C
Octal 253 257 61 2 0 110 37 76 70 54
Binary 10101011 10101111 110001 10 0 1001000 11111 111110 111000 101100

Color Harmonies of #ABAF31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABAF31

Black with #ABAF31

Text Example


Text Example

White with #ABAF31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABAF31; }

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

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

background-color css

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

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

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

border-color css

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

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

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