Html Css Color HEX #ACB164 Olive Green

📋 copy color: '#ACB164'

red 172 ◦ green 177 ◦ blue 100

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

Shades of Olive Green #ACB164

Tints of Olive Green #ACB164

RGB

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

 GREEN value IS 177 (69.53% from 255) = 39.42%

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

R = 38.31%
G = 39.42%
B = 22.27%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.44

 K value IS 0.31

RGB Variations

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

Color information

#ACB164 (or 0xACB164) is known color: Olive Green. HEX triplet: AC, B1 and 64. RGB value is (172,177,100). Sum of RGB (Red+Green+Blue) = 172+177+100=449 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.31% from 449); Green value is 177 (69.53% from 255 or 39.42% from 449); Blue value is 100 (39.45% from 255 or 22.27% from 449); Max value from RGB is 177 - color contains mainly: green. Hex color #ACB164 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACB164 is #534E9B. Grayscale: #A7A7A7. Windows color (decimal): -5459612 or 6599084. OLE color: 6599084.

HSL color Cylindrical-coordinate representation of color #ACB164: hue angle of 63.9º degrees, saturation: 0.33, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #ACB164 is Cyan = 0.03, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.31.

Color convert

RGB 172 177 100 -
CMYK 0.03 0 0.44 0.31
HSL 63.9º 0.33% 0.54% -
HSV(B) 63.9º 0.44% 0.69% -
XYZ 35.04 41.14 18.15 -
YUV 166.73 90.34 131.76 -
System Red Green Blue C M Y K H S L
Decimal 172 177 100 0.03 0 0.44 0.31 63.9 0.33 0.54
Hex AC B1 64 3 0 2C 1F 40 21 36
Octal 254 261 144 3 0 54 37 100 41 66
Binary 10101100 10110001 1100100 11 0 101100 11111 1000000 100001 110110

Color Harmonies of #ACB164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB164

Black with #ACB164

Text Example


Text Example

White with #ACB164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB164; }

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

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

background-color css

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

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

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

border-color css

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

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

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