Shades of Olive Green #BCB950
Tints of Olive Green #BCB950
RGB
CMYK
RGB Variations
Color information
#BCB950 (or 0xBCB950) is known color: Olive Green. HEX triplet: BC, B9 and 50. RGB value is (188,185,80). Sum of RGB (Red+Green+Blue) = 188+185+80=453 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.50% from 453); Green value is 185 (72.66% from 255 or 40.84% from 453); Blue value is 80 (31.64% from 255 or 17.66% from 453); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB950 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB950 is #4346AF. Grayscale: #AEAEAE. Windows color (decimal): -4409008 or 5290428. OLE color: 5290428.
HSL color Cylindrical-coordinate representation of color #BCB950: hue angle of 58.33º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BCB950 is Cyan = 0, Magento = 0.02, Yellow = 0.57 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 185 | 80 | - |
| CMYK | 0 | 0.02 | 0.57 | 0.26 |
| HSL | 58.33º | 0.45% | 0.53% | - |
| HSV(B) | 58.33º | 0.57% | 0.74% | - |
| XYZ | 39.54 | 45.97 | 14.38 | - |
| YUV | 173.93 | 74.99 | 138.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 185 | 80 | 0 | 0.02 | 0.57 | 0.26 | 58.33 | 0.45 | 0.53 |
| Hex | BC | B9 | 50 | 0 | 2 | 39 | 1A | 3A | 2D | 35 |
| Octal | 274 | 271 | 120 | 0 | 2 | 71 | 32 | 72 | 55 | 65 |
| Binary | 10111100 | 10111001 | 1010000 | 0 | 10 | 111001 | 11010 | 111010 | 101101 | 110101 |
Color Harmonies of #BCB950
Complementary color
Monochromatic Colors of #BCB950
Black with #BCB950
Text Example
Text Example
White with #BCB950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB950; }
p { color: rgb(188,185,80); }
H1.HeaderClassName
{
color: #BCB950;
}
.AnyTagClassName
{
color: #BCB950;
}
</style>
background-color css
<style>
a { background-color: #BCB950; }
a { background-color: rgb(188,185,80); }
div.DivClassName
{
background-color: #BCB950;
}
.BgClassName
{
background-color: #BCB950;
}
</style>
border-color css
<style>
span { border-color: #BCB950; }
span { border-color: rgb(188,185,80); }
td.TdClassName
{
border-color: #BCB950;
}
.TagClassName
{
border-color: #BCB950;
}
</style>