Html Css Color HEX #ACB356 Olive Green

📋 copy color: '#ACB356'

red 172 ◦ green 179 ◦ blue 86

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

Shades of Olive Green #ACB356

Tints of Olive Green #ACB356

RGB

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

 GREEN value IS 179 (70.31% from 255) = 40.96%

 BLUE value IS 86 (33.98% from 255) = 19.68%

R = 39.36%
G = 40.96%
B = 19.68%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.52

 K value IS 0.30

RGB Variations

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

Color information

#ACB356 (or 0xACB356) is known color: Olive Green. HEX triplet: AC, B3 and 56. RGB value is (172,179,86). Sum of RGB (Red+Green+Blue) = 172+179+86=437 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.36% from 437); Green value is 179 (70.31% from 255 or 40.96% from 437); Blue value is 86 (33.98% from 255 or 19.68% from 437); Max value from RGB is 179 - color contains mainly: green. Hex color #ACB356 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB356 is #534CA9. Grayscale: #A6A6A6. Windows color (decimal): -5459114 or 5682092. OLE color: 5682092.

HSL color Cylindrical-coordinate representation of color #ACB356: hue angle of 64.52º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #ACB356 is Cyan = 0.04, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.30.

Color convert

RGB 172 179 86 -
CMYK 0.04 0 0.52 0.30
HSL 64.52º 0.38% 0.52% -
HSV(B) 64.52º 0.52% 0.7% -
XYZ 34.81 41.68 15.01 -
YUV 166.31 82.68 132.06 -
System Red Green Blue C M Y K H S L
Decimal 172 179 86 0.04 0 0.52 0.30 64.52 0.38 0.52
Hex AC B3 56 4 0 34 1E 41 26 34
Octal 254 263 126 4 0 64 36 101 46 64
Binary 10101100 10110011 1010110 100 0 110100 11110 1000001 100110 110100

Color Harmonies of #ACB356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB356

Black with #ACB356

Text Example


Text Example

White with #ACB356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB356; }

 p { color: rgb(172,179,86); }

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

background-color css

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

 a { background-color: rgb(172,179,86); }

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

border-color css

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

 span { border-color: rgb(172,179,86); }

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