Shades of Olive Green #BCB75D
Tints of Olive Green #BCB75D
RGB
CMYK
RGB Variations
Color information
#BCB75D (or 0xBCB75D) is known color: Olive Green. HEX triplet: BC, B7 and 5D. RGB value is (188,183,93). Sum of RGB (Red+Green+Blue) = 188+183+93=464 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.52% from 464); Green value is 183 (71.88% from 255 or 39.44% from 464); Blue value is 93 (36.72% from 255 or 20.04% from 464); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB75D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB75D is #4348A2. Grayscale: #AEAEAE. Windows color (decimal): -4409507 or 6141884. OLE color: 6141884.
HSL color Cylindrical-coordinate representation of color #BCB75D: hue angle of 56.84º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BCB75D is Cyan = 0, Magento = 0.03, Yellow = 0.51 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 183 | 93 | - |
| CMYK | 0 | 0.03 | 0.51 | 0.26 |
| HSL | 56.84º | 0.41% | 0.55% | - |
| HSV(B) | 56.84º | 0.51% | 0.74% | - |
| XYZ | 39.65 | 45.35 | 17.02 | - |
| YUV | 174.24 | 82.16 | 137.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 183 | 93 | 0 | 0.03 | 0.51 | 0.26 | 56.84 | 0.41 | 0.55 |
| Hex | BC | B7 | 5D | 0 | 3 | 33 | 1A | 39 | 29 | 37 |
| Octal | 274 | 267 | 135 | 0 | 3 | 63 | 32 | 71 | 51 | 67 |
| Binary | 10111100 | 10110111 | 1011101 | 0 | 11 | 110011 | 11010 | 111001 | 101001 | 110111 |
Color Harmonies of #BCB75D
Complementary color
Monochromatic Colors of #BCB75D
Black with #BCB75D
Text Example
Text Example
White with #BCB75D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB75D; }
p { color: rgb(188,183,93); }
H1.HeaderClassName
{
color: #BCB75D;
}
.AnyTagClassName
{
color: #BCB75D;
}
</style>
background-color css
<style>
a { background-color: #BCB75D; }
a { background-color: rgb(188,183,93); }
div.DivClassName
{
background-color: #BCB75D;
}
.BgClassName
{
background-color: #BCB75D;
}
</style>
border-color css
<style>
span { border-color: #BCB75D; }
span { border-color: rgb(188,183,93); }
td.TdClassName
{
border-color: #BCB75D;
}
.TagClassName
{
border-color: #BCB75D;
}
</style>