Shades of Dark Khaki #BCC16D
Tints of Dark Khaki #BCC16D
RGB
CMYK
RGB Variations
Color information
#BCC16D (or 0xBCC16D) is known color: Dark Khaki. HEX triplet: BC, C1 and 6D. RGB value is (188,193,109). Sum of RGB (Red+Green+Blue) = 188+193+109=490 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.37% from 490); Green value is 193 (75.78% from 255 or 39.39% from 490); Blue value is 109 (42.97% from 255 or 22.24% from 490); Max value from RGB is 193 - color contains mainly: green. Hex color #BCC16D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCC16D is #433E92. Grayscale: #B6B6B6. Windows color (decimal): -4406931 or 7193020. OLE color: 7193020.
HSL color Cylindrical-coordinate representation of color #BCC16D: hue angle of 63.57º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BCC16D is Cyan = 0.03, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 188 | 193 | 109 | - |
| CMYK | 0.03 | 0 | 0.44 | 0.24 |
| HSL | 63.57º | 0.4% | 0.59% | - |
| HSV(B) | 63.57º | 0.44% | 0.76% | - |
| XYZ | 42.57 | 49.94 | 21.86 | - |
| YUV | 181.93 | 86.84 | 132.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 193 | 109 | 0.03 | 0 | 0.44 | 0.24 | 63.57 | 0.4 | 0.59 |
| Hex | BC | C1 | 6D | 3 | 0 | 2C | 18 | 40 | 28 | 3B |
| Octal | 274 | 301 | 155 | 3 | 0 | 54 | 30 | 100 | 50 | 73 |
| Binary | 10111100 | 11000001 | 1101101 | 11 | 0 | 101100 | 11000 | 1000000 | 101000 | 111011 |
Color Harmonies of #BCC16D
Complementary color
Monochromatic Colors of #BCC16D
Black with #BCC16D
Text Example
Text Example
White with #BCC16D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC16D; }
p { color: rgb(188,193,109); }
H1.HeaderClassName
{
color: #BCC16D;
}
.AnyTagClassName
{
color: #BCC16D;
}
</style>
background-color css
<style>
a { background-color: #BCC16D; }
a { background-color: rgb(188,193,109); }
div.DivClassName
{
background-color: #BCC16D;
}
.BgClassName
{
background-color: #BCC16D;
}
</style>
border-color css
<style>
span { border-color: #BCC16D; }
span { border-color: rgb(188,193,109); }
td.TdClassName
{
border-color: #BCC16D;
}
.TagClassName
{
border-color: #BCC16D;
}
</style>