Html Css Color HEX #ACB864 Olive Green

📋 copy color: '#ACB864'

red 172 ◦ green 184 ◦ blue 100

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

Shades of Olive Green #ACB864

Tints of Olive Green #ACB864

RGB

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

 GREEN value IS 184 (72.27% from 255) = 40.35%

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

R = 37.72%
G = 40.35%
B = 21.93%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.46

 K value IS 0.28

RGB Variations

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

Color information

#ACB864 (or 0xACB864) is known color: Olive Green. HEX triplet: AC, B8 and 64. RGB value is (172,184,100). Sum of RGB (Red+Green+Blue) = 172+184+100=456 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.72% from 456); Green value is 184 (72.27% from 255 or 40.35% from 456); Blue value is 100 (39.45% from 255 or 21.93% from 456); Max value from RGB is 184 - color contains mainly: green. Hex color #ACB864 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB864 is #53479B. Grayscale: #ABABAB. Windows color (decimal): -5457820 or 6600876. OLE color: 6600876.

HSL color Cylindrical-coordinate representation of color #ACB864: hue angle of 68.57º degrees, saturation: 0.37, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #ACB864 is Cyan = 0.07, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.28.

Color convert

RGB 172 184 100 -
CMYK 0.07 0 0.46 0.28
HSL 68.57º 0.37% 0.56% -
HSV(B) 68.57º 0.46% 0.72% -
XYZ 36.45 43.97 18.62 -
YUV 170.84 88.02 128.83 -
System Red Green Blue C M Y K H S L
Decimal 172 184 100 0.07 0 0.46 0.28 68.57 0.37 0.56
Hex AC B8 64 7 0 2E 1C 45 25 38
Octal 254 270 144 7 0 56 34 105 45 70
Binary 10101100 10111000 1100100 111 0 101110 11100 1000101 100101 111000

Color Harmonies of #ACB864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB864

Black with #ACB864

Text Example


Text Example

White with #ACB864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB864; }

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

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

background-color css

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

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

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

border-color css

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

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

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