Html Css Color HEX #ACB664 Olive Green

📋 copy color: '#ACB664'

red 172 ◦ green 182 ◦ blue 100

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

Shades of Olive Green #ACB664

Tints of Olive Green #ACB664

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 22.03%

R = 37.89%
G = 40.09%
B = 22.03%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.45

 K value IS 0.29

RGB Variations

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

Color information

#ACB664 (or 0xACB664) is known color: Olive Green. HEX triplet: AC, B6 and 64. RGB value is (172,182,100). Sum of RGB (Red+Green+Blue) = 172+182+100=454 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.89% from 454); Green value is 182 (71.48% from 255 or 40.09% from 454); Blue value is 100 (39.45% from 255 or 22.03% from 454); Max value from RGB is 182 - color contains mainly: green. Hex color #ACB664 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB664 is #53499B. Grayscale: #A9A9A9. Windows color (decimal): -5458332 or 6600364. OLE color: 6600364.

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

Color convert

RGB 172 182 100 -
CMYK 0.05 0 0.45 0.29
HSL 67.32º 0.36% 0.55% -
HSV(B) 67.32º 0.45% 0.71% -
XYZ 36.04 43.15 18.49 -
YUV 169.66 88.69 129.67 -
System Red Green Blue C M Y K H S L
Decimal 172 182 100 0.05 0 0.45 0.29 67.32 0.36 0.55
Hex AC B6 64 5 0 2D 1D 43 24 37
Octal 254 266 144 5 0 55 35 103 44 67
Binary 10101100 10110110 1100100 101 0 101101 11101 1000011 100100 110111

Color Harmonies of #ACB664

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB664

Black with #ACB664

Text Example


Text Example

White with #ACB664

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB664; }

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

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

background-color css

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

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

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

border-color css

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

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

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