Html Css Color HEX #ACB660 Olive Green

📋 copy color: '#ACB660'

red 172 ◦ green 182 ◦ blue 96

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

Shades of Olive Green #ACB660

Tints of Olive Green #ACB660

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 21.33%

R = 38.22%
G = 40.44%
B = 21.33%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.47

 K value IS 0.29

RGB Variations

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

Color information

#ACB660 (or 0xACB660) is known color: Olive Green. HEX triplet: AC, B6 and 60. RGB value is (172,182,96). Sum of RGB (Red+Green+Blue) = 172+182+96=450 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.22% from 450); Green value is 182 (71.48% from 255 or 40.44% from 450); Blue value is 96 (37.89% from 255 or 21.33% from 450); Max value from RGB is 182 - color contains mainly: green. Hex color #ACB660 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB660 is #53499F. Grayscale: #A9A9A9. Windows color (decimal): -5458336 or 6338220. OLE color: 6338220.

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

Color convert

RGB 172 182 96 -
CMYK 0.05 0 0.47 0.29
HSL 66.98º 0.37% 0.55% -
HSV(B) 66.98º 0.47% 0.71% -
XYZ 35.85 43.07 17.49 -
YUV 169.21 86.69 129.99 -
System Red Green Blue C M Y K H S L
Decimal 172 182 96 0.05 0 0.47 0.29 66.98 0.37 0.55
Hex AC B6 60 5 0 2F 1D 43 25 37
Octal 254 266 140 5 0 57 35 103 45 67
Binary 10101100 10110110 1100000 101 0 101111 11101 1000011 100101 110111

Color Harmonies of #ACB660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB660

Black with #ACB660

Text Example


Text Example

White with #ACB660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB660; }

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

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

background-color css

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

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

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

border-color css

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

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

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