Shades of Olive Green #BBBC5D
Tints of Olive Green #BBBC5D
RGB
CMYK
RGB Variations
Color information
#BBBC5D (or 0xBBBC5D) is known color: Olive Green. HEX triplet: BB, BC and 5D. RGB value is (187,188,93). Sum of RGB (Red+Green+Blue) = 187+188+93=468 (61% of max value = 765). Red value is 187 (73.44% from 255 or 39.96% from 468); Green value is 188 (73.83% from 255 or 40.17% from 468); Blue value is 93 (36.72% from 255 or 19.87% from 468); Max value from RGB is 188 - color contains mainly: green. Hex color #BBBC5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBBC5D is #4443A2. Grayscale: #B1B1B1. Windows color (decimal): -4473763 or 6143163. OLE color: 6143163.
HSL color Cylindrical-coordinate representation of color #BBBC5D: hue angle of 60.63º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BBBC5D is Cyan = 0.01, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 187 | 188 | 93 | - |
| CMYK | 0.01 | 0 | 0.51 | 0.26 |
| HSL | 60.63º | 0.41% | 0.55% | - |
| HSV(B) | 60.63º | 0.51% | 0.74% | - |
| XYZ | 40.45 | 47.32 | 17.36 | - |
| YUV | 176.87 | 80.67 | 135.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 188 | 93 | 0.01 | 0 | 0.51 | 0.26 | 60.63 | 0.41 | 0.55 |
| Hex | BB | BC | 5D | 1 | 0 | 33 | 1A | 3D | 29 | 37 |
| Octal | 273 | 274 | 135 | 1 | 0 | 63 | 32 | 75 | 51 | 67 |
| Binary | 10111011 | 10111100 | 1011101 | 1 | 0 | 110011 | 11010 | 111101 | 101001 | 110111 |
Color Harmonies of #BBBC5D
Complementary color
Monochromatic Colors of #BBBC5D
Black with #BBBC5D
Text Example
Text Example
White with #BBBC5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBBC5D; }
p { color: rgb(187,188,93); }
H1.HeaderClassName
{
color: #BBBC5D;
}
.AnyTagClassName
{
color: #BBBC5D;
}
</style>
background-color css
<style>
a { background-color: #BBBC5D; }
a { background-color: rgb(187,188,93); }
div.DivClassName
{
background-color: #BBBC5D;
}
.BgClassName
{
background-color: #BBBC5D;
}
</style>
border-color css
<style>
span { border-color: #BBBC5D; }
span { border-color: rgb(187,188,93); }
td.TdClassName
{
border-color: #BBBC5D;
}
.TagClassName
{
border-color: #BBBC5D;
}
</style>