Html Css Color HEX #ABA52A Earls Green

📋 copy color: '#ABA52A'

red 171 ◦ green 165 ◦ blue 42

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

Shades of Earls Green #ABA52A

Tints of Earls Green #ABA52A

RGB

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

 GREEN value IS 165 (64.84% from 255) = 43.65%

 BLUE value IS 42 (16.8% from 255) = 11.11%

R = 45.24%
G = 43.65%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.75

 K value IS 0.33

RGB Variations

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

Color information

#ABA52A (or 0xABA52A) is known color: Earls Green. HEX triplet: AB, A5 and 2A. RGB value is (171,165,42). Sum of RGB (Red+Green+Blue) = 171+165+42=378 (50% of max value = 765). Red value is 171 (67.19% from 255 or 45.24% from 378); Green value is 165 (64.84% from 255 or 43.65% from 378); Blue value is 42 (16.80% from 255 or 11.11% from 378); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA52A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA52A is #545AD5. Grayscale: #999999. Windows color (decimal): -5528278 or 2794923. OLE color: 2794923.

HSL color Cylindrical-coordinate representation of color #ABA52A: hue angle of 57.21º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #ABA52A is Cyan = 0, Magento = 0.04, Yellow = 0.75 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 165 42 -
CMYK 0 0.04 0.75 0.33
HSL 57.21º 0.61% 0.42% -
HSV(B) 57.21º 0.75% 0.67% -
XYZ 30.67 35.74 7.47 -
YUV 152.77 65.49 141 -
System Red Green Blue C M Y K H S L
Decimal 171 165 42 0 0.04 0.75 0.33 57.21 0.61 0.42
Hex AB A5 2A 0 4 4B 21 39 3D 2A
Octal 253 245 52 0 4 113 41 71 75 52
Binary 10101011 10100101 101010 0 100 1001011 100001 111001 111101 101010

Color Harmonies of #ABA52A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA52A

Black with #ABA52A

Text Example


Text Example

White with #ABA52A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA52A; }

 p { color: rgb(171,165,42); }

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

background-color css

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

 a { background-color: rgb(171,165,42); }

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

border-color css

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

 span { border-color: rgb(171,165,42); }

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