Html Css Color HEX #ACAA51 Olive Green

📋 copy color: '#ACAA51'

red 172 ◦ green 170 ◦ blue 81

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

Shades of Olive Green #ACAA51

Tints of Olive Green #ACAA51

RGB

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

 GREEN value IS 170 (66.8% from 255) = 40.19%

 BLUE value IS 81 (32.03% from 255) = 19.15%

R = 40.66%
G = 40.19%
B = 19.15%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.53

 K value IS 0.33

RGB Variations

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

Color information

#ACAA51 (or 0xACAA51) is known color: Olive Green. HEX triplet: AC, AA and 51. RGB value is (172,170,81). Sum of RGB (Red+Green+Blue) = 172+170+81=423 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.66% from 423); Green value is 170 (66.80% from 255 or 40.19% from 423); Blue value is 81 (32.03% from 255 or 19.15% from 423); Max value from RGB is 172 - color contains mainly: red. Hex color #ACAA51 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACAA51 is #5355AE. Grayscale: #A0A0A0. Windows color (decimal): -5461423 or 5352108. OLE color: 5352108.

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

Color convert

RGB 172 170 81 -
CMYK 0 0.01 0.53 0.33
HSL 58.68º 0.36% 0.5% -
HSV(B) 58.68º 0.53% 0.67% -
XYZ 32.87 38.11 13.41 -
YUV 160.45 83.16 136.24 -
System Red Green Blue C M Y K H S L
Decimal 172 170 81 0 0.01 0.53 0.33 58.68 0.36 0.5
Hex AC AA 51 0 1 35 21 3B 24 32
Octal 254 252 121 0 1 65 41 73 44 62
Binary 10101100 10101010 1010001 0 1 110101 100001 111011 100100 110010

Color Harmonies of #ACAA51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACAA51

Black with #ACAA51

Text Example


Text Example

White with #ACAA51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACAA51; }

 p { color: rgb(172,170,81); }

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

background-color css

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

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

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

border-color css

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

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

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