Html Css Color HEX #ACB66C Olive Green

📋 copy color: '#ACB66C'

red 172 ◦ green 182 ◦ blue 108

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

Shades of Olive Green #ACB66C

Tints of Olive Green #ACB66C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 23.38%

R = 37.23%
G = 39.39%
B = 23.38%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.41

 K value IS 0.29

RGB Variations

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

Color information

#ACB66C (or 0xACB66C) is known color: Olive Green. HEX triplet: AC, B6 and 6C. RGB value is (172,182,108). Sum of RGB (Red+Green+Blue) = 172+182+108=462 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.23% from 462); Green value is 182 (71.48% from 255 or 39.39% from 462); Blue value is 108 (42.58% from 255 or 23.38% from 462); Max value from RGB is 182 - color contains mainly: green. Hex color #ACB66C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB66C is #534993. Grayscale: #AAAAAA. Windows color (decimal): -5458324 or 7124652. OLE color: 7124652.

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

Color convert

RGB 172 182 108 -
CMYK 0.05 0 0.41 0.29
HSL 68.11º 0.34% 0.57% -
HSV(B) 68.11º 0.41% 0.71% -
XYZ 36.45 43.31 20.63 -
YUV 170.57 92.69 129.02 -
System Red Green Blue C M Y K H S L
Decimal 172 182 108 0.05 0 0.41 0.29 68.11 0.34 0.57
Hex AC B6 6C 5 0 29 1D 44 22 39
Octal 254 266 154 5 0 51 35 104 42 71
Binary 10101100 10110110 1101100 101 0 101001 11101 1000100 100010 111001

Color Harmonies of #ACB66C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB66C

Black with #ACB66C

Text Example


Text Example

White with #ACB66C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB66C; }

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

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

background-color css

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

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

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

border-color css

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

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

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