Shades of Olive Green #BBBB60
Tints of Olive Green #BBBB60
RGB
CMYK
RGB Variations
Color information
#BBBB60 (or 0xBBBB60) is known color: Olive Green. HEX triplet: BB, BB and 60. RGB value is (187,187,96). Sum of RGB (Red+Green+Blue) = 187+187+96=470 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.79% from 470); Green value is 187 (73.44% from 255 or 39.79% from 470); Blue value is 96 (37.89% from 255 or 20.43% from 470); Max value from RGB is 187 - color contains mainly: red, green. Hex color #BBBB60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBBB60 is #44449F. Grayscale: #B0B0B0. Windows color (decimal): -4474016 or 6339515. OLE color: 6339515.
HSL color Cylindrical-coordinate representation of color #BBBB60: hue angle of 60º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BBBB60 is Cyan = 0, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 187 | 96 | - |
| CMYK | 0 | 0 | 0.49 | 0.27 |
| HSL | 60º | 0.4% | 0.55% | - |
| HSV(B) | 60º | 0.49% | 0.73% | - |
| XYZ | 40.38 | 46.95 | 18 | - |
| YUV | 176.63 | 82.5 | 135.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 187 | 96 | 0 | 0 | 0.49 | 0.27 | 60 | 0.4 | 0.55 |
| Hex | BB | BB | 60 | 0 | 0 | 31 | 1B | 3C | 28 | 37 |
| Octal | 273 | 273 | 140 | 0 | 0 | 61 | 33 | 74 | 50 | 67 |
| Binary | 10111011 | 10111011 | 1100000 | 0 | 0 | 110001 | 11011 | 111100 | 101000 | 110111 |
Color Harmonies of #BBBB60
Complementary color
Monochromatic Colors of #BBBB60
Black with #BBBB60
Text Example
Text Example
White with #BBBB60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBBB60; }
p { color: rgb(187,187,96); }
H1.HeaderClassName
{
color: #BBBB60;
}
.AnyTagClassName
{
color: #BBBB60;
}
</style>
background-color css
<style>
a { background-color: #BBBB60; }
a { background-color: rgb(187,187,96); }
div.DivClassName
{
background-color: #BBBB60;
}
.BgClassName
{
background-color: #BBBB60;
}
</style>
border-color css
<style>
span { border-color: #BBBB60; }
span { border-color: rgb(187,187,96); }
td.TdClassName
{
border-color: #BBBB60;
}
.TagClassName
{
border-color: #BBBB60;
}
</style>