Html Css Color HEX #ABAF28 Earls Green

📋 copy color: '#ABAF28'

red 171 ◦ green 175 ◦ blue 40

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

Shades of Earls Green #ABAF28

Tints of Earls Green #ABAF28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 10.36%

R = 44.3%
G = 45.34%
B = 10.36%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.77

 K value IS 0.31

RGB Variations

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

Color information

#ABAF28 (or 0xABAF28) is known color: Earls Green. HEX triplet: AB, AF and 28. RGB value is (171,175,40). Sum of RGB (Red+Green+Blue) = 171+175+40=386 (51% of max value = 765). Red value is 171 (67.19% from 255 or 44.30% from 386); Green value is 175 (68.75% from 255 or 45.34% from 386); Blue value is 40 (16.02% from 255 or 10.36% from 386); Max value from RGB is 175 - color contains mainly: green. Hex color #ABAF28 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABAF28 is #5450D7. Grayscale: #9E9E9E. Windows color (decimal): -5525720 or 2666411. OLE color: 2666411.

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

Color convert

RGB 171 175 40 -
CMYK 0.02 0 0.77 0.31
HSL 61.78º 0.63% 0.42% -
HSV(B) 61.78º 0.77% 0.69% -
XYZ 32.51 39.47 7.91 -
YUV 158.41 61.17 136.98 -
System Red Green Blue C M Y K H S L
Decimal 171 175 40 0.02 0 0.77 0.31 61.78 0.63 0.42
Hex AB AF 28 2 0 4D 1F 3E 3F 2A
Octal 253 257 50 2 0 115 37 76 77 52
Binary 10101011 10101111 101000 10 0 1001101 11111 111110 111111 101010

Color Harmonies of #ABAF28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABAF28

Black with #ABAF28

Text Example


Text Example

White with #ABAF28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABAF28; }

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

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

background-color css

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

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

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

border-color css

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

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

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