Shades of Olive Green #BBBC5A
Tints of Olive Green #BBBC5A
RGB
CMYK
RGB Variations
Color information
#BBBC5A (or 0xBBBC5A) is known color: Olive Green. HEX triplet: BB, BC and 5A. RGB value is (187,188,90). Sum of RGB (Red+Green+Blue) = 187+188+90=465 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.22% from 465); Green value is 188 (73.83% from 255 or 40.43% from 465); Blue value is 90 (35.55% from 255 or 19.35% from 465); Max value from RGB is 188 - color contains mainly: green. Hex color #BBBC5A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBBC5A is #4443A5. Grayscale: #B0B0B0. Windows color (decimal): -4473766 or 5946555. OLE color: 5946555.
HSL color Cylindrical-coordinate representation of color #BBBC5A: hue angle of 60.61º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BBBC5A is Cyan = 0.01, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 187 | 188 | 90 | - |
| CMYK | 0.01 | 0 | 0.52 | 0.26 |
| HSL | 60.61º | 0.42% | 0.55% | - |
| HSV(B) | 60.61º | 0.52% | 0.74% | - |
| XYZ | 40.32 | 47.27 | 16.67 | - |
| YUV | 176.53 | 79.17 | 135.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 188 | 90 | 0.01 | 0 | 0.52 | 0.26 | 60.61 | 0.42 | 0.55 |
| Hex | BB | BC | 5A | 1 | 0 | 34 | 1A | 3D | 2A | 37 |
| Octal | 273 | 274 | 132 | 1 | 0 | 64 | 32 | 75 | 52 | 67 |
| Binary | 10111011 | 10111100 | 1011010 | 1 | 0 | 110100 | 11010 | 111101 | 101010 | 110111 |
Color Harmonies of #BBBC5A
Complementary color
Monochromatic Colors of #BBBC5A
Black with #BBBC5A
Text Example
Text Example
White with #BBBC5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBBC5A; }
p { color: rgb(187,188,90); }
H1.HeaderClassName
{
color: #BBBC5A;
}
.AnyTagClassName
{
color: #BBBC5A;
}
</style>
background-color css
<style>
a { background-color: #BBBC5A; }
a { background-color: rgb(187,188,90); }
div.DivClassName
{
background-color: #BBBC5A;
}
.BgClassName
{
background-color: #BBBC5A;
}
</style>
border-color css
<style>
span { border-color: #BBBC5A; }
span { border-color: rgb(187,188,90); }
td.TdClassName
{
border-color: #BBBC5A;
}
.TagClassName
{
border-color: #BBBC5A;
}
</style>