Html Css Color HEX #ACB66D Olive Green

📋 copy color: '#ACB66D'

red 172 ◦ green 182 ◦ blue 109

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

Shades of Olive Green #ACB66D

Tints of Olive Green #ACB66D

RGB

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

 GREEN value IS 182 (71.48% from 255) = 39.31%

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

R = 37.15%
G = 39.31%
B = 23.54%

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

#ACB66D (or 0xACB66D) is known color: Olive Green. HEX triplet: AC, B6 and 6D. RGB value is (172,182,109). Sum of RGB (Red+Green+Blue) = 172+182+109=463 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.15% from 463); Green value is 182 (71.48% from 255 or 39.31% from 463); Blue value is 109 (42.97% from 255 or 23.54% from 463); Max value from RGB is 182 - color contains mainly: green. Hex color #ACB66D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB66D is #534992. Grayscale: #AAAAAA. Windows color (decimal): -5458323 or 7190188. OLE color: 7190188.

HSL color Cylindrical-coordinate representation of color #ACB66D: hue angle of 68.22º 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 #ACB66D is Cyan = 0.05, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.29.

Color convert

RGB 172 182 109 -
CMYK 0.05 0 0.40 0.29
HSL 68.22º 0.33% 0.57% -
HSV(B) 68.22º 0.4% 0.71% -
XYZ 36.5 43.33 20.91 -
YUV 170.69 93.19 128.94 -
System Red Green Blue C M Y K H S L
Decimal 172 182 109 0.05 0 0.40 0.29 68.22 0.33 0.57
Hex AC B6 6D 5 0 28 1D 44 21 39
Octal 254 266 155 5 0 50 35 104 41 71
Binary 10101100 10110110 1101101 101 0 101000 11101 1000100 100001 111001

Color Harmonies of #ACB66D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB66D

Black with #ACB66D

Text Example


Text Example

White with #ACB66D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB66D; }

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

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

background-color css

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

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

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

border-color css

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

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

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