Html Css Color HEX #ACAB2A Earls Green

📋 copy color: '#ACAB2A'

red 172 ◦ green 171 ◦ blue 42

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

Shades of Earls Green #ACAB2A

Tints of Earls Green #ACAB2A

RGB

 RED value IS 172 (67.58% from 255) = 44.68%

 GREEN value IS 171 (67.19% from 255) = 44.42%

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

R = 44.68%
G = 44.42%
B = 10.91%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.76

 K value IS 0.33

RGB Variations

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

Color information

#ACAB2A (or 0xACAB2A) is known color: Earls Green. HEX triplet: AC, AB and 2A. RGB value is (172,171,42). Sum of RGB (Red+Green+Blue) = 172+171+42=385 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.68% from 385); Green value is 171 (67.19% from 255 or 44.42% from 385); Blue value is 42 (16.80% from 255 or 10.91% from 385); Max value from RGB is 172 - color contains mainly: red. Hex color #ACAB2A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACAB2A is #5354D5. Grayscale: #9D9D9D. Windows color (decimal): -5461206 or 2796460. OLE color: 2796460.

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

Color convert

RGB 172 171 42 -
CMYK 0 0.01 0.76 0.33
HSL 59.54º 0.61% 0.42% -
HSV(B) 59.54º 0.76% 0.67% -
XYZ 31.99 38.06 7.85 -
YUV 156.59 63.33 138.99 -
System Red Green Blue C M Y K H S L
Decimal 172 171 42 0 0.01 0.76 0.33 59.54 0.61 0.42
Hex AC AB 2A 0 1 4C 21 3C 3D 2A
Octal 254 253 52 0 1 114 41 74 75 52
Binary 10101100 10101011 101010 0 1 1001100 100001 111100 111101 101010

Color Harmonies of #ACAB2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACAB2A

Black with #ACAB2A

Text Example


Text Example

White with #ACAB2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACAB2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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