Shades of Olive Green #BBB752
Tints of Olive Green #BBB752
RGB
CMYK
RGB Variations
Color information
#BBB752 (or 0xBBB752) is known color: Olive Green. HEX triplet: BB, B7 and 52. RGB value is (187,183,82). Sum of RGB (Red+Green+Blue) = 187+183+82=452 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.37% from 452); Green value is 183 (71.88% from 255 or 40.49% from 452); Blue value is 82 (32.42% from 255 or 18.14% from 452); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB752 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBB752 is #4448AD. Grayscale: #ADADAD. Windows color (decimal): -4475054 or 5420987. OLE color: 5420987.
HSL color Cylindrical-coordinate representation of color #BBB752: hue angle of 57.71º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BBB752 is Cyan = 0, Magento = 0.02, Yellow = 0.56 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 183 | 82 | - |
| CMYK | 0 | 0.02 | 0.56 | 0.27 |
| HSL | 57.71º | 0.44% | 0.53% | - |
| HSV(B) | 57.71º | 0.56% | 0.73% | - |
| XYZ | 38.95 | 45.04 | 14.62 | - |
| YUV | 172.68 | 76.83 | 138.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 183 | 82 | 0 | 0.02 | 0.56 | 0.27 | 57.71 | 0.44 | 0.53 |
| Hex | BB | B7 | 52 | 0 | 2 | 38 | 1B | 3A | 2C | 35 |
| Octal | 273 | 267 | 122 | 0 | 2 | 70 | 33 | 72 | 54 | 65 |
| Binary | 10111011 | 10110111 | 1010010 | 0 | 10 | 111000 | 11011 | 111010 | 101100 | 110101 |
Color Harmonies of #BBB752
Complementary color
Monochromatic Colors of #BBB752
Black with #BBB752
Text Example
Text Example
White with #BBB752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB752; }
p { color: rgb(187,183,82); }
H1.HeaderClassName
{
color: #BBB752;
}
.AnyTagClassName
{
color: #BBB752;
}
</style>
background-color css
<style>
a { background-color: #BBB752; }
a { background-color: rgb(187,183,82); }
div.DivClassName
{
background-color: #BBB752;
}
.BgClassName
{
background-color: #BBB752;
}
</style>
border-color css
<style>
span { border-color: #BBB752; }
span { border-color: rgb(187,183,82); }
td.TdClassName
{
border-color: #BBB752;
}
.TagClassName
{
border-color: #BBB752;
}
</style>