Shades of Olive Green #BBB44F
Tints of Olive Green #BBB44F
RGB
CMYK
RGB Variations
Color information
#BBB44F (or 0xBBB44F) is known color: Olive Green. HEX triplet: BB, B4 and 4F. RGB value is (187,180,79). Sum of RGB (Red+Green+Blue) = 187+180+79=446 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.93% from 446); Green value is 180 (70.70% from 255 or 40.36% from 446); Blue value is 79 (31.25% from 255 or 17.71% from 446); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB44F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBB44F is #444BB0. Grayscale: #AAAAAA. Windows color (decimal): -4475825 or 5223611. OLE color: 5223611.
HSL color Cylindrical-coordinate representation of color #BBB44F: hue angle of 56.11º 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 #BBB44F is Cyan = 0, Magento = 0.04, Yellow = 0.58 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 180 | 79 | - |
| CMYK | 0 | 0.04 | 0.58 | 0.27 |
| HSL | 56.11º | 0.44% | 0.52% | - |
| HSV(B) | 56.11º | 0.58% | 0.73% | - |
| XYZ | 38.23 | 43.77 | 13.83 | - |
| YUV | 170.58 | 76.32 | 139.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 180 | 79 | 0 | 0.04 | 0.58 | 0.27 | 56.11 | 0.44 | 0.52 |
| Hex | BB | B4 | 4F | 0 | 4 | 3A | 1B | 38 | 2C | 34 |
| Octal | 273 | 264 | 117 | 0 | 4 | 72 | 33 | 70 | 54 | 64 |
| Binary | 10111011 | 10110100 | 1001111 | 0 | 100 | 111010 | 11011 | 111000 | 101100 | 110100 |
Color Harmonies of #BBB44F
Complementary color
Monochromatic Colors of #BBB44F
Black with #BBB44F
Text Example
Text Example
White with #BBB44F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB44F; }
p { color: rgb(187,180,79); }
H1.HeaderClassName
{
color: #BBB44F;
}
.AnyTagClassName
{
color: #BBB44F;
}
</style>
background-color css
<style>
a { background-color: #BBB44F; }
a { background-color: rgb(187,180,79); }
div.DivClassName
{
background-color: #BBB44F;
}
.BgClassName
{
background-color: #BBB44F;
}
</style>
border-color css
<style>
span { border-color: #BBB44F; }
span { border-color: rgb(187,180,79); }
td.TdClassName
{
border-color: #BBB44F;
}
.TagClassName
{
border-color: #BBB44F;
}
</style>