Html Css Color HEX #ACAB20 Earls Green

📋 copy color: '#ACAB20'

red 172 ◦ green 171 ◦ blue 32

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

Shades of Earls Green #ACAB20

Tints of Earls Green #ACAB20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 8.53%

R = 45.87%
G = 45.6%
B = 8.53%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.81

 K value IS 0.33

RGB Variations

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

Color information

#ACAB20 (or 0xACAB20) is known color: Earls Green. HEX triplet: AC, AB and 20. RGB value is (172,171,32). Sum of RGB (Red+Green+Blue) = 172+171+32=375 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.87% from 375); Green value is 171 (67.19% from 255 or 45.6% from 375); Blue value is 32 (12.89% from 255 or 8.53% from 375); Max value from RGB is 172 - color contains mainly: red. Hex color #ACAB20 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACAB20 is #5354DF. Grayscale: #9C9C9C. Windows color (decimal): -5461216 or 2141100. OLE color: 2141100.

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

Color convert

RGB 172 171 32 -
CMYK 0 0.01 0.81 0.33
HSL 59.57º 0.69% 0.4% -
HSV(B) 59.57º 0.81% 0.67% -
XYZ 31.84 38 7.02 -
YUV 155.45 58.33 139.8 -
System Red Green Blue C M Y K H S L
Decimal 172 171 32 0 0.01 0.81 0.33 59.57 0.69 0.4
Hex AC AB 20 0 1 51 21 3C 45 28
Octal 254 253 40 0 1 121 41 74 105 50
Binary 10101100 10101011 100000 0 1 1010001 100001 111100 1000101 101000

Color Harmonies of #ACAB20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACAB20

Black with #ACAB20

Text Example


Text Example

White with #ACAB20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACAB20; }

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

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

background-color css

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

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

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

border-color css

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

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

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