Shades of Olive Green #BCBD5A
Tints of Olive Green #BCBD5A
RGB
CMYK
RGB Variations
Color information
#BCBD5A (or 0xBCBD5A) is known color: Olive Green. HEX triplet: BC, BD and 5A. RGB value is (188,189,90). Sum of RGB (Red+Green+Blue) = 188+189+90=467 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.26% from 467); Green value is 189 (74.22% from 255 or 40.47% from 467); Blue value is 90 (35.55% from 255 or 19.27% from 467); Max value from RGB is 189 - color contains mainly: green. Hex color #BCBD5A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCBD5A is #4342A5. Grayscale: #B1B1B1. Windows color (decimal): -4407974 or 5946812. OLE color: 5946812.
HSL color Cylindrical-coordinate representation of color #BCBD5A: hue angle of 60.61º degrees, saturation: 0.43, 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 #BCBD5A is Cyan = 0.01, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 189 | 90 | - |
| CMYK | 0.01 | 0 | 0.52 | 0.26 |
| HSL | 60.61º | 0.43% | 0.55% | - |
| HSV(B) | 60.61º | 0.52% | 0.74% | - |
| XYZ | 40.78 | 47.82 | 16.75 | - |
| YUV | 177.42 | 78.67 | 135.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 189 | 90 | 0.01 | 0 | 0.52 | 0.26 | 60.61 | 0.43 | 0.55 |
| Hex | BC | BD | 5A | 1 | 0 | 34 | 1A | 3D | 2B | 37 |
| Octal | 274 | 275 | 132 | 1 | 0 | 64 | 32 | 75 | 53 | 67 |
| Binary | 10111100 | 10111101 | 1011010 | 1 | 0 | 110100 | 11010 | 111101 | 101011 | 110111 |
Color Harmonies of #BCBD5A
Complementary color
Monochromatic Colors of #BCBD5A
Black with #BCBD5A
Text Example
Text Example
White with #BCBD5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBD5A; }
p { color: rgb(188,189,90); }
H1.HeaderClassName
{
color: #BCBD5A;
}
.AnyTagClassName
{
color: #BCBD5A;
}
</style>
background-color css
<style>
a { background-color: #BCBD5A; }
a { background-color: rgb(188,189,90); }
div.DivClassName
{
background-color: #BCBD5A;
}
.BgClassName
{
background-color: #BCBD5A;
}
</style>
border-color css
<style>
span { border-color: #BCBD5A; }
span { border-color: rgb(188,189,90); }
td.TdClassName
{
border-color: #BCBD5A;
}
.TagClassName
{
border-color: #BCBD5A;
}
</style>