Html Css Color HEX #ABA02F Earls Green

📋 copy color: '#ABA02F'

red 171 ◦ green 160 ◦ blue 47

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

Shades of Earls Green #ABA02F

Tints of Earls Green #ABA02F

RGB

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

 GREEN value IS 160 (62.89% from 255) = 42.33%

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

R = 45.24%
G = 42.33%
B = 12.43%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.73

 K value IS 0.33

RGB Variations

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

Color information

#ABA02F (or 0xABA02F) is known color: Earls Green. HEX triplet: AB, A0 and 2F. RGB value is (171,160,47). Sum of RGB (Red+Green+Blue) = 171+160+47=378 (50% of max value = 765). Red value is 171 (67.19% from 255 or 45.24% from 378); Green value is 160 (62.89% from 255 or 42.33% from 378); Blue value is 47 (18.75% from 255 or 12.43% from 378); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA02F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA02F is #545FD0. Grayscale: #969696. Windows color (decimal): -5529553 or 3121323. OLE color: 3121323.

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

Color convert

RGB 171 160 47 -
CMYK 0 0.06 0.73 0.33
HSL 54.68º 0.57% 0.43% -
HSV(B) 54.68º 0.73% 0.67% -
XYZ 29.88 34 7.68 -
YUV 150.41 69.64 142.69 -
System Red Green Blue C M Y K H S L
Decimal 171 160 47 0 0.06 0.73 0.33 54.68 0.57 0.43
Hex AB A0 2F 0 6 49 21 37 39 2B
Octal 253 240 57 0 6 111 41 67 71 53
Binary 10101011 10100000 101111 0 110 1001001 100001 110111 111001 101011

Color Harmonies of #ABA02F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA02F

Black with #ABA02F

Text Example


Text Example

White with #ABA02F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA02F; }

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

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

background-color css

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

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

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

border-color css

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

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

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