Shades of Dark Khaki #BCBD6D
Tints of Dark Khaki #BCBD6D
RGB
CMYK
RGB Variations
Color information
#BCBD6D (or 0xBCBD6D) is known color: Dark Khaki. HEX triplet: BC, BD and 6D. RGB value is (188,189,109). Sum of RGB (Red+Green+Blue) = 188+189+109=486 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.68% from 486); Green value is 189 (74.22% from 255 or 38.89% from 486); Blue value is 109 (42.97% from 255 or 22.43% from 486); Max value from RGB is 189 - color contains mainly: green. Hex color #BCBD6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCBD6D is #434292. Grayscale: #B3B3B3. Windows color (decimal): -4407955 or 7191996. OLE color: 7191996.
HSL color Cylindrical-coordinate representation of color #BCBD6D: hue angle of 60.75º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BCBD6D is Cyan = 0.01, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 189 | 109 | - |
| CMYK | 0.01 | 0 | 0.42 | 0.26 |
| HSL | 60.75º | 0.38% | 0.58% | - |
| HSV(B) | 60.75º | 0.42% | 0.74% | - |
| XYZ | 41.7 | 48.19 | 21.57 | - |
| YUV | 179.58 | 88.17 | 134 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 189 | 109 | 0.01 | 0 | 0.42 | 0.26 | 60.75 | 0.38 | 0.58 |
| Hex | BC | BD | 6D | 1 | 0 | 2A | 1A | 3D | 26 | 3A |
| Octal | 274 | 275 | 155 | 1 | 0 | 52 | 32 | 75 | 46 | 72 |
| Binary | 10111100 | 10111101 | 1101101 | 1 | 0 | 101010 | 11010 | 111101 | 100110 | 111010 |
Color Harmonies of #BCBD6D
Complementary color
Monochromatic Colors of #BCBD6D
Black with #BCBD6D
Text Example
Text Example
White with #BCBD6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBD6D; }
p { color: rgb(188,189,109); }
H1.HeaderClassName
{
color: #BCBD6D;
}
.AnyTagClassName
{
color: #BCBD6D;
}
</style>
background-color css
<style>
a { background-color: #BCBD6D; }
a { background-color: rgb(188,189,109); }
div.DivClassName
{
background-color: #BCBD6D;
}
.BgClassName
{
background-color: #BCBD6D;
}
</style>
border-color css
<style>
span { border-color: #BCBD6D; }
span { border-color: rgb(188,189,109); }
td.TdClassName
{
border-color: #BCBD6D;
}
.TagClassName
{
border-color: #BCBD6D;
}
</style>