Html Css Color HEX #ACAC31 Earls Green

📋 copy color: '#ACAC31'

red 172 ◦ green 172 ◦ blue 49

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

Shades of Earls Green #ACAC31

Tints of Earls Green #ACAC31

RGB

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

 GREEN value IS 172 (67.58% from 255) = 43.77%

 BLUE value IS 49 (19.53% from 255) = 12.47%

R = 43.77%
G = 43.77%
B = 12.47%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.72

 K value IS 0.33

RGB Variations

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

Color information

#ACAC31 (or 0xACAC31) is known color: Earls Green. HEX triplet: AC, AC and 31. RGB value is (172,172,49). Sum of RGB (Red+Green+Blue) = 172+172+49=393 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.77% from 393); Green value is 172 (67.58% from 255 or 43.77% from 393); Blue value is 49 (19.53% from 255 or 12.47% from 393); Max value from RGB is 172 - color contains mainly: red, green. Hex color #ACAC31 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACAC31 is #5353CE. Grayscale: #9E9E9E. Windows color (decimal): -5460943 or 3255468. OLE color: 3255468.

HSL color Cylindrical-coordinate representation of color #ACAC31: hue angle of 60º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #ACAC31 is Cyan = 0, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 172 49 -
CMYK 0 0 0.72 0.33
HSL 60º 0.56% 0.43% -
HSV(B) 60º 0.72% 0.67% -
XYZ 32.32 38.5 8.63 -
YUV 157.98 66.5 138 -
System Red Green Blue C M Y K H S L
Decimal 172 172 49 0 0 0.72 0.33 60 0.56 0.43
Hex AC AC 31 0 0 48 21 3C 38 2B
Octal 254 254 61 0 0 110 41 74 70 53
Binary 10101100 10101100 110001 0 0 1001000 100001 111100 111000 101011

Color Harmonies of #ACAC31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACAC31

Black with #ACAC31

Text Example


Text Example

White with #ACAC31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACAC31; }

 p { color: rgb(172,172,49); }

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

background-color css

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

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

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

border-color css

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

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

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