Html Css Color HEX #ACB556 Olive Green

📋 copy color: '#ACB556'

red 172 ◦ green 181 ◦ blue 86

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

Shades of Olive Green #ACB556

Tints of Olive Green #ACB556

RGB

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

 GREEN value IS 181 (71.09% from 255) = 41.23%

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

R = 39.18%
G = 41.23%
B = 19.59%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.52

 K value IS 0.29

RGB Variations

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

Color information

#ACB556 (or 0xACB556) is known color: Olive Green. HEX triplet: AC, B5 and 56. RGB value is (172,181,86). Sum of RGB (Red+Green+Blue) = 172+181+86=439 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.18% from 439); Green value is 181 (71.09% from 255 or 41.23% from 439); Blue value is 86 (33.98% from 255 or 19.59% from 439); Max value from RGB is 181 - color contains mainly: green. Hex color #ACB556 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB556 is #534AA9. Grayscale: #A7A7A7. Windows color (decimal): -5458602 or 5682604. OLE color: 5682604.

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

Color convert

RGB 172 181 86 -
CMYK 0.05 0 0.52 0.29
HSL 65.68º 0.39% 0.52% -
HSV(B) 65.68º 0.52% 0.71% -
XYZ 35.22 42.49 15.15 -
YUV 167.48 82.02 131.22 -
System Red Green Blue C M Y K H S L
Decimal 172 181 86 0.05 0 0.52 0.29 65.68 0.39 0.52
Hex AC B5 56 5 0 34 1D 42 27 34
Octal 254 265 126 5 0 64 35 102 47 64
Binary 10101100 10110101 1010110 101 0 110100 11101 1000010 100111 110100

Color Harmonies of #ACB556

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB556

Black with #ACB556

Text Example


Text Example

White with #ACB556

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB556; }

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

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

background-color css

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

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

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

border-color css

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

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

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