Html Css Color HEX #ACB56E Olive Green

📋 copy color: '#ACB56E'

red 172 ◦ green 181 ◦ blue 110

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

Shades of Olive Green #ACB56E

Tints of Olive Green #ACB56E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 23.76%

R = 37.15%
G = 39.09%
B = 23.76%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.39

 K value IS 0.29

RGB Variations

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

Color information

#ACB56E (or 0xACB56E) is known color: Olive Green. HEX triplet: AC, B5 and 6E. RGB value is (172,181,110). Sum of RGB (Red+Green+Blue) = 172+181+110=463 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.15% from 463); Green value is 181 (71.09% from 255 or 39.09% from 463); Blue value is 110 (43.36% from 255 or 23.76% from 463); Max value from RGB is 181 - color contains mainly: green. Hex color #ACB56E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB56E is #534A91. Grayscale: #AAAAAA. Windows color (decimal): -5458578 or 7255468. OLE color: 7255468.

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

Color convert

RGB 172 181 110 -
CMYK 0.05 0 0.39 0.29
HSL 67.61º 0.32% 0.57% -
HSV(B) 67.61º 0.39% 0.71% -
XYZ 36.35 42.94 21.12 -
YUV 170.22 94.02 129.27 -
System Red Green Blue C M Y K H S L
Decimal 172 181 110 0.05 0 0.39 0.29 67.61 0.32 0.57
Hex AC B5 6E 5 0 27 1D 44 20 39
Octal 254 265 156 5 0 47 35 104 40 71
Binary 10101100 10110101 1101110 101 0 100111 11101 1000100 100000 111001

Color Harmonies of #ACB56E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB56E

Black with #ACB56E

Text Example


Text Example

White with #ACB56E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB56E; }

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

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

background-color css

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

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

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

border-color css

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

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

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