#B9BD5B

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

Shades of Olive Green #B9BD5B

Tints of Olive Green #B9BD5B

Color information

#B9BD5B (or 0xB9BD5B) is unknown color: approx Olive Green. HEX triplet: B9, BD and 5B. RGB value is (185,189,91). Sum of RGB (Red+Green+Blue) = 185+189+91=465 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.78% from 465); Green value is 189 (74.22% from 255 or 40.65% from 465); Blue value is 91 (35.94% from 255 or 19.57% from 465); Max value from RGB is 189 - color contains mainly: green. Hex color #B9BD5B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9BD5B is #4642A4. Grayscale: #B1B1B1. Windows color (decimal): -4604581 or 6012345. OLE color: 6012345.

HSL color Cylindrical-coordinate representation of color #B9BD5B: hue angle of 62.45º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B9BD5B is Cyan = 0.02, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.26.

Color convert

RGB18518991-
CMYK0.0200.520.26
HSL62.45º42.61%54.9%-
HSV(B)62.45º51.85%74.12%-
XYZ40.0947.4616.95-
YUV176.6379.67133.97-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 39.78%
GREEN value IS 189 (74.22% from 255) = 40.65%
BLUE value IS 91 (35.94% from 255) = 19.57%
R=39.78%
G=40.65%
B=19.57%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal185189910.0200.520.2662.4542.6154.9
HexB9BD5B20341A3e2b37
Octal271275133206432765367
Binary1011100110111101101101110011010011010111110101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9BD5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9BD5B; }

 p { color: rgb(185,189,91); }

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

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

 a { background-color: rgb(185,189,91); }

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

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

 span { border-color: rgb(185,189,91); }

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