Shades of Olive Green #BBB451
Tints of Olive Green #BBB451
RGB
CMYK
RGB Variations
Color information
#BBB451 (or 0xBBB451) is known color: Olive Green. HEX triplet: BB, B4 and 51. RGB value is (187,180,81). Sum of RGB (Red+Green+Blue) = 187+180+81=448 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.74% from 448); Green value is 180 (70.70% from 255 or 40.18% from 448); Blue value is 81 (32.03% from 255 or 18.08% from 448); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB451 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBB451 is #444BAE. Grayscale: #ABABAB. Windows color (decimal): -4475823 or 5354683. OLE color: 5354683.
HSL color Cylindrical-coordinate representation of color #BBB451: hue angle of 56.04º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BBB451 is Cyan = 0, Magento = 0.04, Yellow = 0.57 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 180 | 81 | - |
| CMYK | 0 | 0.04 | 0.57 | 0.27 |
| HSL | 56.04º | 0.44% | 0.53% | - |
| HSV(B) | 56.04º | 0.57% | 0.73% | - |
| XYZ | 38.3 | 43.8 | 14.22 | - |
| YUV | 170.81 | 77.32 | 139.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 180 | 81 | 0 | 0.04 | 0.57 | 0.27 | 56.04 | 0.44 | 0.53 |
| Hex | BB | B4 | 51 | 0 | 4 | 39 | 1B | 38 | 2C | 35 |
| Octal | 273 | 264 | 121 | 0 | 4 | 71 | 33 | 70 | 54 | 65 |
| Binary | 10111011 | 10110100 | 1010001 | 0 | 100 | 111001 | 11011 | 111000 | 101100 | 110101 |
Color Harmonies of #BBB451
Complementary color
Monochromatic Colors of #BBB451
Black with #BBB451
Text Example
Text Example
White with #BBB451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB451; }
p { color: rgb(187,180,81); }
H1.HeaderClassName
{
color: #BBB451;
}
.AnyTagClassName
{
color: #BBB451;
}
</style>
background-color css
<style>
a { background-color: #BBB451; }
a { background-color: rgb(187,180,81); }
div.DivClassName
{
background-color: #BBB451;
}
.BgClassName
{
background-color: #BBB451;
}
</style>
border-color css
<style>
span { border-color: #BBB451; }
span { border-color: rgb(187,180,81); }
td.TdClassName
{
border-color: #BBB451;
}
.TagClassName
{
border-color: #BBB451;
}
</style>