Shades of Olive Green #BBB353
Tints of Olive Green #BBB353
RGB
CMYK
RGB Variations
Color information
#BBB353 (or 0xBBB353) is known color: Olive Green. HEX triplet: BB, B3 and 53. RGB value is (187,179,83). Sum of RGB (Red+Green+Blue) = 187+179+83=449 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.65% from 449); Green value is 179 (70.31% from 255 or 39.87% from 449); Blue value is 83 (32.81% from 255 or 18.49% from 449); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB353 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBB353 is #444CAC. Grayscale: #AAAAAA. Windows color (decimal): -4476077 or 5485499. OLE color: 5485499.
HSL color Cylindrical-coordinate representation of color #BBB353: hue angle of 55.38º degrees, saturation: 0.43, 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 #BBB353 is Cyan = 0, Magento = 0.04, Yellow = 0.56 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 179 | 83 | - |
| CMYK | 0 | 0.04 | 0.56 | 0.27 |
| HSL | 55.38º | 0.43% | 0.53% | - |
| HSV(B) | 55.38º | 0.56% | 0.73% | - |
| XYZ | 38.17 | 43.43 | 14.55 | - |
| YUV | 170.45 | 78.65 | 139.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 179 | 83 | 0 | 0.04 | 0.56 | 0.27 | 55.38 | 0.43 | 0.53 |
| Hex | BB | B3 | 53 | 0 | 4 | 38 | 1B | 37 | 2B | 35 |
| Octal | 273 | 263 | 123 | 0 | 4 | 70 | 33 | 67 | 53 | 65 |
| Binary | 10111011 | 10110011 | 1010011 | 0 | 100 | 111000 | 11011 | 110111 | 101011 | 110101 |
Color Harmonies of #BBB353
Complementary color
Monochromatic Colors of #BBB353
Black with #BBB353
Text Example
Text Example
White with #BBB353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB353; }
p { color: rgb(187,179,83); }
H1.HeaderClassName
{
color: #BBB353;
}
.AnyTagClassName
{
color: #BBB353;
}
</style>
background-color css
<style>
a { background-color: #BBB353; }
a { background-color: rgb(187,179,83); }
div.DivClassName
{
background-color: #BBB353;
}
.BgClassName
{
background-color: #BBB353;
}
</style>
border-color css
<style>
span { border-color: #BBB353; }
span { border-color: rgb(187,179,83); }
td.TdClassName
{
border-color: #BBB353;
}
.TagClassName
{
border-color: #BBB353;
}
</style>