Html Css Color HEX #ACAC55 Olive Green

📋 copy color: '#ACAC55'

red 172 ◦ green 172 ◦ blue 85

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

Shades of Olive Green #ACAC55

Tints of Olive Green #ACAC55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 19.81%

R = 40.09%
G = 40.09%
B = 19.81%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.51

 K value IS 0.33

RGB Variations

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

Color information

#ACAC55 (or 0xACAC55) is known color: Olive Green. HEX triplet: AC, AC and 55. RGB value is (172,172,85). Sum of RGB (Red+Green+Blue) = 172+172+85=429 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.09% from 429); Green value is 172 (67.58% from 255 or 40.09% from 429); Blue value is 85 (33.59% from 255 or 19.81% from 429); Max value from RGB is 172 - color contains mainly: red, green. Hex color #ACAC55 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACAC55 is #5353AA. Grayscale: #A2A2A2. Windows color (decimal): -5460907 or 5614764. OLE color: 5614764.

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

Color convert

RGB 172 172 85 -
CMYK 0 0 0.51 0.33
HSL 60º 0.34% 0.5% -
HSV(B) 60º 0.51% 0.67% -
XYZ 33.41 38.93 14.35 -
YUV 162.08 84.5 135.07 -
System Red Green Blue C M Y K H S L
Decimal 172 172 85 0 0 0.51 0.33 60 0.34 0.5
Hex AC AC 55 0 0 33 21 3C 22 32
Octal 254 254 125 0 0 63 41 74 42 62
Binary 10101100 10101100 1010101 0 0 110011 100001 111100 100010 110010

Color Harmonies of #ACAC55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACAC55

Black with #ACAC55

Text Example


Text Example

White with #ACAC55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACAC55; }

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

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

background-color css

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

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

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

border-color css

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

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

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