Shades of Olive Green #BBB74F
Tints of Olive Green #BBB74F
RGB
CMYK
RGB Variations
Color information
#BBB74F (or 0xBBB74F) is known color: Olive Green. HEX triplet: BB, B7 and 4F. RGB value is (187,183,79). Sum of RGB (Red+Green+Blue) = 187+183+79=449 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.65% from 449); Green value is 183 (71.88% from 255 or 40.76% from 449); Blue value is 79 (31.25% from 255 or 17.59% from 449); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB74F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBB74F is #4448B0. Grayscale: #ACACAC. Windows color (decimal): -4475057 or 5224379. OLE color: 5224379.
HSL color Cylindrical-coordinate representation of color #BBB74F: hue angle of 57.78º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BBB74F is Cyan = 0, Magento = 0.02, Yellow = 0.58 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 183 | 79 | - |
| CMYK | 0 | 0.02 | 0.58 | 0.27 |
| HSL | 57.78º | 0.44% | 0.52% | - |
| HSV(B) | 57.78º | 0.58% | 0.73% | - |
| XYZ | 38.84 | 45 | 14.04 | - |
| YUV | 172.34 | 75.33 | 138.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 183 | 79 | 0 | 0.02 | 0.58 | 0.27 | 57.78 | 0.44 | 0.52 |
| Hex | BB | B7 | 4F | 0 | 2 | 3A | 1B | 3A | 2C | 34 |
| Octal | 273 | 267 | 117 | 0 | 2 | 72 | 33 | 72 | 54 | 64 |
| Binary | 10111011 | 10110111 | 1001111 | 0 | 10 | 111010 | 11011 | 111010 | 101100 | 110100 |
Color Harmonies of #BBB74F
Complementary color
Monochromatic Colors of #BBB74F
Black with #BBB74F
Text Example
Text Example
White with #BBB74F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB74F; }
p { color: rgb(187,183,79); }
H1.HeaderClassName
{
color: #BBB74F;
}
.AnyTagClassName
{
color: #BBB74F;
}
</style>
background-color css
<style>
a { background-color: #BBB74F; }
a { background-color: rgb(187,183,79); }
div.DivClassName
{
background-color: #BBB74F;
}
.BgClassName
{
background-color: #BBB74F;
}
</style>
border-color css
<style>
span { border-color: #BBB74F; }
span { border-color: rgb(187,183,79); }
td.TdClassName
{
border-color: #BBB74F;
}
.TagClassName
{
border-color: #BBB74F;
}
</style>