Html Css Color HEX #ABA92A Earls Green

📋 copy color: '#ABA92A'

red 171 ◦ green 169 ◦ blue 42

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

Shades of Earls Green #ABA92A

Tints of Earls Green #ABA92A

RGB

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

 GREEN value IS 169 (66.41% from 255) = 44.24%

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

R = 44.76%
G = 44.24%
B = 10.99%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.75

 K value IS 0.33

RGB Variations

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

Color information

#ABA92A (or 0xABA92A) is known color: Earls Green. HEX triplet: AB, A9 and 2A. RGB value is (171,169,42). Sum of RGB (Red+Green+Blue) = 171+169+42=382 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.76% from 382); Green value is 169 (66.41% from 255 or 44.24% from 382); Blue value is 42 (16.80% from 255 or 10.99% from 382); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA92A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA92A is #5456D5. Grayscale: #9B9B9B. Windows color (decimal): -5527254 or 2795947. OLE color: 2795947.

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

Color convert

RGB 171 169 42 -
CMYK 0 0.01 0.75 0.33
HSL 59.07º 0.61% 0.42% -
HSV(B) 59.07º 0.75% 0.67% -
XYZ 31.4 37.2 7.72 -
YUV 155.12 64.16 139.33 -
System Red Green Blue C M Y K H S L
Decimal 171 169 42 0 0.01 0.75 0.33 59.07 0.61 0.42
Hex AB A9 2A 0 1 4B 21 3B 3D 2A
Octal 253 251 52 0 1 113 41 73 75 52
Binary 10101011 10101001 101010 0 1 1001011 100001 111011 111101 101010

Color Harmonies of #ABA92A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA92A

Black with #ABA92A

Text Example


Text Example

White with #ABA92A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA92A; }

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

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

background-color css

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

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

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

border-color css

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

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

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