#B0B959

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

Shades of Olive Green #B0B959

Tints of Olive Green #B0B959

Color information

#B0B959 (or 0xB0B959) is unknown color: approx Olive Green. HEX triplet: B0, B9 and 59. RGB value is (176,185,89). Sum of RGB (Red+Green+Blue) = 176+185+89=450 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.11% from 450); Green value is 185 (72.66% from 255 or 41.11% from 450); Blue value is 89 (35.16% from 255 or 19.78% from 450); Max value from RGB is 185 - color contains mainly: green. Hex color #B0B959 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0B959 is #4F46A6. Grayscale: #ABABAB. Windows color (decimal): -5195431 or 5880240. OLE color: 5880240.

HSL color Cylindrical-coordinate representation of color #B0B959: hue angle of 65.62º 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 #B0B959 is Cyan = 0.05, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.27.

Color convert

RGB17618589-
CMYK0.0500.520.27
HSL65.62º40.68%53.73%-
HSV(B)65.62º51.89%72.55%-
XYZ37.0644.6516.12-
YUV171.3681.52131.31-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 39.11%
GREEN value IS 185 (72.66% from 255) = 41.11%
BLUE value IS 89 (35.16% from 255) = 19.78%
R=39.11%
G=41.11%
B=19.78%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal176185890.0500.520.2765.6240.6853.73
HexB0B95950341B422936
Octal2602711315064331025166
Binary101100001011100110110011010110100110111000010101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0B959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0B959; }

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

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

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

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

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

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

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

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