Shades of Dark Khaki #BCBC62
Tints of Dark Khaki #BCBC62
RGB
CMYK
RGB Variations
Color information
#BCBC62 (or 0xBCBC62) is known color: Dark Khaki. HEX triplet: BC, BC and 62. RGB value is (188,188,98). Sum of RGB (Red+Green+Blue) = 188+188+98=474 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.66% from 474); Green value is 188 (73.83% from 255 or 39.66% from 474); Blue value is 98 (38.67% from 255 or 20.68% from 474); Max value from RGB is 188 - color contains mainly: red, green. Hex color #BCBC62 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCBC62 is #43439D. Grayscale: #B2B2B2. Windows color (decimal): -4408222 or 6470844. OLE color: 6470844.
HSL color Cylindrical-coordinate representation of color #BCBC62: hue angle of 60º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BCBC62 is Cyan = 0, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 188 | 98 | - |
| CMYK | 0 | 0 | 0.48 | 0.26 |
| HSL | 60º | 0.4% | 0.56% | - |
| HSV(B) | 60º | 0.48% | 0.74% | - |
| XYZ | 40.93 | 47.54 | 18.57 | - |
| YUV | 177.74 | 83 | 135.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 188 | 98 | 0 | 0 | 0.48 | 0.26 | 60 | 0.4 | 0.56 |
| Hex | BC | BC | 62 | 0 | 0 | 30 | 1A | 3C | 28 | 38 |
| Octal | 274 | 274 | 142 | 0 | 0 | 60 | 32 | 74 | 50 | 70 |
| Binary | 10111100 | 10111100 | 1100010 | 0 | 0 | 110000 | 11010 | 111100 | 101000 | 111000 |
Color Harmonies of #BCBC62
Complementary color
Monochromatic Colors of #BCBC62
Black with #BCBC62
Text Example
Text Example
White with #BCBC62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBC62; }
p { color: rgb(188,188,98); }
H1.HeaderClassName
{
color: #BCBC62;
}
.AnyTagClassName
{
color: #BCBC62;
}
</style>
background-color css
<style>
a { background-color: #BCBC62; }
a { background-color: rgb(188,188,98); }
div.DivClassName
{
background-color: #BCBC62;
}
.BgClassName
{
background-color: #BCBC62;
}
</style>
border-color css
<style>
span { border-color: #BCBC62; }
span { border-color: rgb(188,188,98); }
td.TdClassName
{
border-color: #BCBC62;
}
.TagClassName
{
border-color: #BCBC62;
}
</style>