Html Css Color HEX #ABA32A Earls Green

📋 copy color: '#ABA32A'

red 171 ◦ green 163 ◦ blue 42

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

Shades of Earls Green #ABA32A

Tints of Earls Green #ABA32A

RGB

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

 GREEN value IS 163 (64.06% from 255) = 43.35%

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

R = 45.48%
G = 43.35%
B = 11.17%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.75

 K value IS 0.33

RGB Variations

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

Color information

#ABA32A (or 0xABA32A) is known color: Earls Green. HEX triplet: AB, A3 and 2A. RGB value is (171,163,42). Sum of RGB (Red+Green+Blue) = 171+163+42=376 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.48% from 376); Green value is 163 (64.06% from 255 or 43.35% from 376); Blue value is 42 (16.80% from 255 or 11.17% from 376); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA32A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA32A is #545CD5. Grayscale: #989898. Windows color (decimal): -5528790 or 2794411. OLE color: 2794411.

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

Color convert

RGB 171 163 42 -
CMYK 0 0.05 0.75 0.33
HSL 56.28º 0.61% 0.42% -
HSV(B) 56.28º 0.75% 0.67% -
XYZ 30.31 35.02 7.35 -
YUV 151.6 66.15 141.84 -
System Red Green Blue C M Y K H S L
Decimal 171 163 42 0 0.05 0.75 0.33 56.28 0.61 0.42
Hex AB A3 2A 0 5 4B 21 38 3D 2A
Octal 253 243 52 0 5 113 41 70 75 52
Binary 10101011 10100011 101010 0 101 1001011 100001 111000 111101 101010

Color Harmonies of #ABA32A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA32A

Black with #ABA32A

Text Example


Text Example

White with #ABA32A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA32A; }

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

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

background-color css

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

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

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

border-color css

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

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

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