Html Css Color HEX #ACB355 Olive Green

📋 copy color: '#ACB355'

red 172 ◦ green 179 ◦ blue 85

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

Shades of Olive Green #ACB355

Tints of Olive Green #ACB355

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 19.5%

R = 39.45%
G = 41.06%
B = 19.5%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.53

 K value IS 0.30

RGB Variations

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

Color information

#ACB355 (or 0xACB355) is known color: Olive Green. HEX triplet: AC, B3 and 55. RGB value is (172,179,85). Sum of RGB (Red+Green+Blue) = 172+179+85=436 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.45% from 436); Green value is 179 (70.31% from 255 or 41.06% from 436); Blue value is 85 (33.59% from 255 or 19.50% from 436); Max value from RGB is 179 - color contains mainly: green. Hex color #ACB355 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB355 is #534CAA. Grayscale: #A6A6A6. Windows color (decimal): -5459115 or 5616556. OLE color: 5616556.

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

Color convert

RGB 172 179 85 -
CMYK 0.04 0 0.53 0.30
HSL 64.47º 0.38% 0.52% -
HSV(B) 64.47º 0.53% 0.7% -
XYZ 34.77 41.67 14.8 -
YUV 166.19 82.18 132.14 -
System Red Green Blue C M Y K H S L
Decimal 172 179 85 0.04 0 0.53 0.30 64.47 0.38 0.52
Hex AC B3 55 4 0 35 1E 40 26 34
Octal 254 263 125 4 0 65 36 100 46 64
Binary 10101100 10110011 1010101 100 0 110101 11110 1000000 100110 110100

Color Harmonies of #ACB355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB355

Black with #ACB355

Text Example


Text Example

White with #ACB355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB355; }

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

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

background-color css

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

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

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

border-color css

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

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

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