Html Css Color HEX #ACB466 Olive Green

📋 copy color: '#ACB466'

red 172 ◦ green 180 ◦ blue 102

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

Shades of Olive Green #ACB466

Tints of Olive Green #ACB466

RGB

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

 GREEN value IS 180 (70.7% from 255) = 39.65%

 BLUE value IS 102 (40.23% from 255) = 22.47%

R = 37.89%
G = 39.65%
B = 22.47%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.43

 K value IS 0.29

RGB Variations

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

Color information

#ACB466 (or 0xACB466) is known color: Olive Green. HEX triplet: AC, B4 and 66. RGB value is (172,180,102). Sum of RGB (Red+Green+Blue) = 172+180+102=454 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.89% from 454); Green value is 180 (70.70% from 255 or 39.65% from 454); Blue value is 102 (40.23% from 255 or 22.47% from 454); Max value from RGB is 180 - color contains mainly: green. Hex color #ACB466 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB466 is #534B99. Grayscale: #A9A9A9. Windows color (decimal): -5458842 or 6730924. OLE color: 6730924.

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

Color convert

RGB 172 180 102 -
CMYK 0.04 0 0.43 0.29
HSL 66.15º 0.34% 0.55% -
HSV(B) 66.15º 0.43% 0.71% -
XYZ 35.73 42.37 18.87 -
YUV 168.72 90.35 130.34 -
System Red Green Blue C M Y K H S L
Decimal 172 180 102 0.04 0 0.43 0.29 66.15 0.34 0.55
Hex AC B4 66 4 0 2B 1D 42 22 37
Octal 254 264 146 4 0 53 35 102 42 67
Binary 10101100 10110100 1100110 100 0 101011 11101 1000010 100010 110111

Color Harmonies of #ACB466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB466

Black with #ACB466

Text Example


Text Example

White with #ACB466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB466; }

 p { color: rgb(172,180,102); }

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

background-color css

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

 a { background-color: rgb(172,180,102); }

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

border-color css

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

 span { border-color: rgb(172,180,102); }

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