Html Css Color HEX #ACB56D Olive Green

📋 copy color: '#ACB56D'

red 172 ◦ green 181 ◦ blue 109

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

Shades of Olive Green #ACB56D

Tints of Olive Green #ACB56D

RGB

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

 GREEN value IS 181 (71.09% from 255) = 39.18%

 BLUE value IS 109 (42.97% from 255) = 23.59%

R = 37.23%
G = 39.18%
B = 23.59%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.40

 K value IS 0.29

RGB Variations

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

Color information

#ACB56D (or 0xACB56D) is known color: Olive Green. HEX triplet: AC, B5 and 6D. RGB value is (172,181,109). Sum of RGB (Red+Green+Blue) = 172+181+109=462 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.23% from 462); Green value is 181 (71.09% from 255 or 39.18% from 462); Blue value is 109 (42.97% from 255 or 23.59% from 462); Max value from RGB is 181 - color contains mainly: green. Hex color #ACB56D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB56D is #534A92. Grayscale: #AAAAAA. Windows color (decimal): -5458579 or 7189932. OLE color: 7189932.

HSL color Cylindrical-coordinate representation of color #ACB56D: hue angle of 67.5º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ACB56D is Cyan = 0.05, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.29.

Color convert

RGB 172 181 109 -
CMYK 0.05 0 0.40 0.29
HSL 67.5º 0.33% 0.57% -
HSV(B) 67.5º 0.4% 0.71% -
XYZ 36.3 42.92 20.84 -
YUV 170.1 93.52 129.35 -
System Red Green Blue C M Y K H S L
Decimal 172 181 109 0.05 0 0.40 0.29 67.5 0.33 0.57
Hex AC B5 6D 5 0 28 1D 44 21 39
Octal 254 265 155 5 0 50 35 104 41 71
Binary 10101100 10110101 1101101 101 0 101000 11101 1000100 100001 111001

Color Harmonies of #ACB56D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB56D

Black with #ACB56D

Text Example


Text Example

White with #ACB56D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB56D; }

 p { color: rgb(172,181,109); }

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

background-color css

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

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

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

border-color css

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

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

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