#B9BE59

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

Shades of Olive Green #B9BE59

Tints of Olive Green #B9BE59

Color information

#B9BE59 (or 0xB9BE59) is unknown color: approx Olive Green. HEX triplet: B9, BE and 59. RGB value is (185,190,89). Sum of RGB (Red+Green+Blue) = 185+190+89=464 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.87% from 464); Green value is 190 (74.61% from 255 or 40.95% from 464); Blue value is 89 (35.16% from 255 or 19.18% from 464); Max value from RGB is 190 - color contains mainly: green. Hex color #B9BE59 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9BE59 is #4641A6. Grayscale: #B1B1B1. Windows color (decimal): -4604327 or 5881529. OLE color: 5881529.

HSL color Cylindrical-coordinate representation of color #B9BE59: hue angle of 62.97º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B9BE59 is Cyan = 0.03, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.25.

Color convert

RGB18519089-
CMYK0.0300.530.25
HSL62.97º43.72%54.71%-
HSV(B)62.97º53.16%74.51%-
XYZ40.2247.8616.57-
YUV176.9978.34133.71-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 39.87%
GREEN value IS 190 (74.61% from 255) = 40.95%
BLUE value IS 89 (35.16% from 255) = 19.18%
R=39.87%
G=40.95%
B=19.18%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal185190890.0300.530.2562.9743.7254.71
HexB9BE593035193f2c37
Octal271276131306531775467
Binary1011100110111110101100111011010111001111111101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9BE59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9BE59; }

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

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

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

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

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

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

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

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