Html Css Color HEX #ABA42E Earls Green

📋 copy color: '#ABA42E'

red 171 ◦ green 164 ◦ blue 46

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

Shades of Earls Green #ABA42E

Tints of Earls Green #ABA42E

RGB

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

 GREEN value IS 164 (64.45% from 255) = 43.04%

 BLUE value IS 46 (18.36% from 255) = 12.07%

R = 44.88%
G = 43.04%
B = 12.07%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.73

 K value IS 0.33

RGB Variations

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

Color information

#ABA42E (or 0xABA42E) is known color: Earls Green. HEX triplet: AB, A4 and 2E. RGB value is (171,164,46). Sum of RGB (Red+Green+Blue) = 171+164+46=381 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.88% from 381); Green value is 164 (64.45% from 255 or 43.04% from 381); Blue value is 46 (18.36% from 255 or 12.07% from 381); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA42E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA42E is #545BD1. Grayscale: #999999. Windows color (decimal): -5528530 or 3056811. OLE color: 3056811.

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

Color convert

RGB 171 164 46 -
CMYK 0 0.04 0.73 0.33
HSL 56.64º 0.58% 0.43% -
HSV(B) 56.64º 0.73% 0.67% -
XYZ 30.56 35.41 7.81 -
YUV 152.64 67.82 141.09 -
System Red Green Blue C M Y K H S L
Decimal 171 164 46 0 0.04 0.73 0.33 56.64 0.58 0.43
Hex AB A4 2E 0 4 49 21 39 3A 2B
Octal 253 244 56 0 4 111 41 71 72 53
Binary 10101011 10100100 101110 0 100 1001001 100001 111001 111010 101011

Color Harmonies of #ABA42E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA42E

Black with #ABA42E

Text Example


Text Example

White with #ABA42E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA42E; }

 p { color: rgb(171,164,46); }

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

background-color css

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

 a { background-color: rgb(171,164,46); }

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

border-color css

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

 span { border-color: rgb(171,164,46); }

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