#B5B959

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

Shades of Olive Green #B5B959

Tints of Olive Green #B5B959

Color information

#B5B959 (or 0xB5B959) is unknown color: approx Olive Green. HEX triplet: B5, B9 and 59. RGB value is (181,185,89). Sum of RGB (Red+Green+Blue) = 181+185+89=455 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.78% from 455); Green value is 185 (72.66% from 255 or 40.66% from 455); Blue value is 89 (35.16% from 255 or 19.56% from 455); Max value from RGB is 185 - color contains mainly: green. Hex color #B5B959 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5B959 is #4A46A6. Grayscale: #ADADAD. Windows color (decimal): -4867751 or 5880245. OLE color: 5880245.

HSL color Cylindrical-coordinate representation of color #B5B959: hue angle of 62.5º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B5B959 is Cyan = 0.02, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.27.

Color convert

RGB18118589-
CMYK0.0200.520.27
HSL62.5º40.68%53.73%-
HSV(B)62.5º51.89%72.55%-
XYZ38.2145.2416.17-
YUV172.8680.67133.81-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 39.78%
GREEN value IS 185 (72.66% from 255) = 40.66%
BLUE value IS 89 (35.16% from 255) = 19.56%
R=39.78%
G=40.66%
B=19.56%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal181185890.0200.520.2762.540.6853.73
HexB5B95920341B3e2936
Octal265271131206433765166
Binary1011010110111001101100110011010011011111110101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5B959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5B959; }

 p { color: rgb(181,185,89); }

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

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

 a { background-color: rgb(181,185,89); }

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

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

 span { border-color: rgb(181,185,89); }

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