Html Css Color HEX #ABAA2F Earls Green

📋 copy color: '#ABAA2F'

red 171 ◦ green 170 ◦ blue 47

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

Shades of Earls Green #ABAA2F

Tints of Earls Green #ABAA2F

RGB

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

 GREEN value IS 170 (66.8% from 255) = 43.81%

 BLUE value IS 47 (18.75% from 255) = 12.11%

R = 44.07%
G = 43.81%
B = 12.11%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.73

 K value IS 0.33

RGB Variations

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

Color information

#ABAA2F (or 0xABAA2F) is known color: Earls Green. HEX triplet: AB, AA and 2F. RGB value is (171,170,47). Sum of RGB (Red+Green+Blue) = 171+170+47=388 (51% of max value = 765). Red value is 171 (67.19% from 255 or 44.07% from 388); Green value is 170 (66.80% from 255 or 43.81% from 388); Blue value is 47 (18.75% from 255 or 12.11% from 388); Max value from RGB is 171 - color contains mainly: red. Hex color #ABAA2F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABAA2F is #5455D0. Grayscale: #9C9C9C. Windows color (decimal): -5526993 or 3123883. OLE color: 3123883.

HSL color Cylindrical-coordinate representation of color #ABAA2F: hue angle of 59.52º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #ABAA2F is Cyan = 0, Magento = 0.01, Yellow = 0.73 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 170 47 -
CMYK 0 0.01 0.73 0.33
HSL 59.52º 0.57% 0.43% -
HSV(B) 59.52º 0.73% 0.67% -
XYZ 31.68 37.61 8.28 -
YUV 156.28 66.33 138.5 -
System Red Green Blue C M Y K H S L
Decimal 171 170 47 0 0.01 0.73 0.33 59.52 0.57 0.43
Hex AB AA 2F 0 1 49 21 3C 39 2B
Octal 253 252 57 0 1 111 41 74 71 53
Binary 10101011 10101010 101111 0 1 1001001 100001 111100 111001 101011

Color Harmonies of #ABAA2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABAA2F

Black with #ABAA2F

Text Example


Text Example

White with #ABAA2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABAA2F; }

 p { color: rgb(171,170,47); }

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

background-color css

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

 a { background-color: rgb(171,170,47); }

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

border-color css

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

 span { border-color: rgb(171,170,47); }

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