#B2AC59

Color #B2AC59 Olive Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive Green #B2AC59

Tints of Olive Green #B2AC59

Color information

#B2AC59 (or 0xB2AC59) is unknown color: approx Olive Green. HEX triplet: B2, AC and 59. RGB value is (178,172,89). Sum of RGB (Red+Green+Blue) = 178+172+89=439 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.55% from 439); Green value is 172 (67.58% from 255 or 39.18% from 439); Blue value is 89 (35.16% from 255 or 20.27% from 439); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AC59 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2AC59 is #4D53A6. Grayscale: #A4A4A4. Windows color (decimal): -5067687 or 5876914. OLE color: 5876914.

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

Color convert

RGB17817289-
CMYK00.030.50.30
HSL55.96º36.63%52.35%-
HSV(B)55.96º50%69.8%-
XYZ34.9239.6915.27-
YUV164.3385.49137.75-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 40.55%
GREEN value IS 172 (67.58% from 255) = 39.18%
BLUE value IS 89 (35.16% from 255) = 20.27%
R=40.55%
G=39.18%
B=20.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.5
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781728900.030.50.3055.9636.6352.35
HexB2AC5903321E382534
Octal262254131036236704564
Binary1011001010101100101100101111001011110111000100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2AC59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2AC59; }

 p { color: rgb(178,172,89); }

 H1.HeaderClassName
 {
   color: #B2AC59;
 }
 .AnyTagClassName
 {
   color: #B2AC59;
 }
</style>
background-color css

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

 a { background-color: rgb(178,172,89); }

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

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

 span { border-color: rgb(178,172,89); }

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