Shades of Olive Green #BCBB5A
Tints of Olive Green #BCBB5A
RGB
CMYK
RGB Variations
Color information
#BCBB5A (or 0xBCBB5A) is known color: Olive Green. HEX triplet: BC, BB and 5A. RGB value is (188,187,90). Sum of RGB (Red+Green+Blue) = 188+187+90=465 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.43% from 465); Green value is 187 (73.44% from 255 or 40.22% from 465); Blue value is 90 (35.55% from 255 or 19.35% from 465); Max value from RGB is 188 - color contains mainly: red. Hex color #BCBB5A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCBB5A is #4344A5. Grayscale: #B0B0B0. Windows color (decimal): -4408486 or 5946300. OLE color: 5946300.
HSL color Cylindrical-coordinate representation of color #BCBB5A: hue angle of 59.39º 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 #BCBB5A is Cyan = 0, Magento = 0.01, Yellow = 0.52 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 187 | 90 | - |
| CMYK | 0 | 0.01 | 0.52 | 0.26 |
| HSL | 59.39º | 0.42% | 0.55% | - |
| HSV(B) | 59.39º | 0.52% | 0.74% | - |
| XYZ | 40.35 | 46.97 | 16.61 | - |
| YUV | 176.24 | 79.33 | 136.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 187 | 90 | 0 | 0.01 | 0.52 | 0.26 | 59.39 | 0.42 | 0.55 |
| Hex | BC | BB | 5A | 0 | 1 | 34 | 1A | 3B | 2A | 37 |
| Octal | 274 | 273 | 132 | 0 | 1 | 64 | 32 | 73 | 52 | 67 |
| Binary | 10111100 | 10111011 | 1011010 | 0 | 1 | 110100 | 11010 | 111011 | 101010 | 110111 |
Color Harmonies of #BCBB5A
Complementary color
Monochromatic Colors of #BCBB5A
Black with #BCBB5A
Text Example
Text Example
White with #BCBB5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBB5A; }
p { color: rgb(188,187,90); }
H1.HeaderClassName
{
color: #BCBB5A;
}
.AnyTagClassName
{
color: #BCBB5A;
}
</style>
background-color css
<style>
a { background-color: #BCBB5A; }
a { background-color: rgb(188,187,90); }
div.DivClassName
{
background-color: #BCBB5A;
}
.BgClassName
{
background-color: #BCBB5A;
}
</style>
border-color css
<style>
span { border-color: #BCBB5A; }
span { border-color: rgb(188,187,90); }
td.TdClassName
{
border-color: #BCBB5A;
}
.TagClassName
{
border-color: #BCBB5A;
}
</style>