Shades of Olive Green #BCB54F
Tints of Olive Green #BCB54F
RGB
CMYK
RGB Variations
Color information
#BCB54F (or 0xBCB54F) is known color: Olive Green. HEX triplet: BC, B5 and 4F. RGB value is (188,181,79). Sum of RGB (Red+Green+Blue) = 188+181+79=448 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.96% from 448); Green value is 181 (71.09% from 255 or 40.40% from 448); Blue value is 79 (31.25% from 255 or 17.63% from 448); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB54F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB54F is #434AB0. Grayscale: #ABABAB. Windows color (decimal): -4410033 or 5223868. OLE color: 5223868.
HSL color Cylindrical-coordinate representation of color #BCB54F: hue angle of 56.15º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BCB54F is Cyan = 0, Magento = 0.04, Yellow = 0.58 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 181 | 79 | - |
| CMYK | 0 | 0.04 | 0.58 | 0.26 |
| HSL | 56.15º | 0.45% | 0.52% | - |
| HSV(B) | 56.15º | 0.58% | 0.74% | - |
| XYZ | 38.67 | 44.3 | 13.91 | - |
| YUV | 171.47 | 75.82 | 139.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 181 | 79 | 0 | 0.04 | 0.58 | 0.26 | 56.15 | 0.45 | 0.52 |
| Hex | BC | B5 | 4F | 0 | 4 | 3A | 1A | 38 | 2D | 34 |
| Octal | 274 | 265 | 117 | 0 | 4 | 72 | 32 | 70 | 55 | 64 |
| Binary | 10111100 | 10110101 | 1001111 | 0 | 100 | 111010 | 11010 | 111000 | 101101 | 110100 |
Color Harmonies of #BCB54F
Complementary color
Monochromatic Colors of #BCB54F
Black with #BCB54F
Text Example
Text Example
White with #BCB54F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB54F; }
p { color: rgb(188,181,79); }
H1.HeaderClassName
{
color: #BCB54F;
}
.AnyTagClassName
{
color: #BCB54F;
}
</style>
background-color css
<style>
a { background-color: #BCB54F; }
a { background-color: rgb(188,181,79); }
div.DivClassName
{
background-color: #BCB54F;
}
.BgClassName
{
background-color: #BCB54F;
}
</style>
border-color css
<style>
span { border-color: #BCB54F; }
span { border-color: rgb(188,181,79); }
td.TdClassName
{
border-color: #BCB54F;
}
.TagClassName
{
border-color: #BCB54F;
}
</style>