Shades of Olive Green #BBBD5B
Tints of Olive Green #BBBD5B
RGB
CMYK
RGB Variations
Color information
#BBBD5B (or 0xBBBD5B) is known color: Olive Green. HEX triplet: BB, BD and 5B. RGB value is (187,189,91). Sum of RGB (Red+Green+Blue) = 187+189+91=467 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.04% from 467); Green value is 189 (74.22% from 255 or 40.47% from 467); Blue value is 91 (35.94% from 255 or 19.49% from 467); Max value from RGB is 189 - color contains mainly: green. Hex color #BBBD5B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBBD5B is #4442A4. Grayscale: #B1B1B1. Windows color (decimal): -4473509 or 6012347. OLE color: 6012347.
HSL color Cylindrical-coordinate representation of color #BBBD5B: hue angle of 61.22º 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 #BBBD5B is Cyan = 0.01, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 187 | 189 | 91 | - |
| CMYK | 0.01 | 0 | 0.52 | 0.26 |
| HSL | 61.22º | 0.43% | 0.55% | - |
| HSV(B) | 61.22º | 0.52% | 0.74% | - |
| XYZ | 40.58 | 47.72 | 16.97 | - |
| YUV | 177.23 | 79.34 | 134.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 189 | 91 | 0.01 | 0 | 0.52 | 0.26 | 61.22 | 0.43 | 0.55 |
| Hex | BB | BD | 5B | 1 | 0 | 34 | 1A | 3D | 2B | 37 |
| Octal | 273 | 275 | 133 | 1 | 0 | 64 | 32 | 75 | 53 | 67 |
| Binary | 10111011 | 10111101 | 1011011 | 1 | 0 | 110100 | 11010 | 111101 | 101011 | 110111 |
Color Harmonies of #BBBD5B
Complementary color
Monochromatic Colors of #BBBD5B
Black with #BBBD5B
Text Example
Text Example
White with #BBBD5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBBD5B; }
p { color: rgb(187,189,91); }
H1.HeaderClassName
{
color: #BBBD5B;
}
.AnyTagClassName
{
color: #BBBD5B;
}
</style>
background-color css
<style>
a { background-color: #BBBD5B; }
a { background-color: rgb(187,189,91); }
div.DivClassName
{
background-color: #BBBD5B;
}
.BgClassName
{
background-color: #BBBD5B;
}
</style>
border-color css
<style>
span { border-color: #BBBD5B; }
span { border-color: rgb(187,189,91); }
td.TdClassName
{
border-color: #BBBD5B;
}
.TagClassName
{
border-color: #BBBD5B;
}
</style>