Shades of Olive Green #BBB75B
Tints of Olive Green #BBB75B
RGB
CMYK
RGB Variations
Color information
#BBB75B (or 0xBBB75B) is known color: Olive Green. HEX triplet: BB, B7 and 5B. RGB value is (187,183,91). Sum of RGB (Red+Green+Blue) = 187+183+91=461 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.56% from 461); Green value is 183 (71.88% from 255 or 39.70% from 461); Blue value is 91 (35.94% from 255 or 19.74% from 461); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB75B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBB75B is #4448A4. Grayscale: #AEAEAE. Windows color (decimal): -4475045 or 6010811. OLE color: 6010811.
HSL color Cylindrical-coordinate representation of color #BBB75B: hue angle of 57.5º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BBB75B is Cyan = 0, Magento = 0.02, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 183 | 91 | - |
| CMYK | 0 | 0.02 | 0.51 | 0.27 |
| HSL | 57.5º | 0.41% | 0.55% | - |
| HSV(B) | 57.5º | 0.51% | 0.73% | - |
| XYZ | 39.32 | 45.19 | 16.55 | - |
| YUV | 173.71 | 81.33 | 137.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 183 | 91 | 0 | 0.02 | 0.51 | 0.27 | 57.5 | 0.41 | 0.55 |
| Hex | BB | B7 | 5B | 0 | 2 | 33 | 1B | 3A | 29 | 37 |
| Octal | 273 | 267 | 133 | 0 | 2 | 63 | 33 | 72 | 51 | 67 |
| Binary | 10111011 | 10110111 | 1011011 | 0 | 10 | 110011 | 11011 | 111010 | 101001 | 110111 |
Color Harmonies of #BBB75B
Complementary color
Monochromatic Colors of #BBB75B
Black with #BBB75B
Text Example
Text Example
White with #BBB75B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB75B; }
p { color: rgb(187,183,91); }
H1.HeaderClassName
{
color: #BBB75B;
}
.AnyTagClassName
{
color: #BBB75B;
}
</style>
background-color css
<style>
a { background-color: #BBB75B; }
a { background-color: rgb(187,183,91); }
div.DivClassName
{
background-color: #BBB75B;
}
.BgClassName
{
background-color: #BBB75B;
}
</style>
border-color css
<style>
span { border-color: #BBB75B; }
span { border-color: rgb(187,183,91); }
td.TdClassName
{
border-color: #BBB75B;
}
.TagClassName
{
border-color: #BBB75B;
}
</style>