Shades of Dark Khaki #BCC06F
Tints of Dark Khaki #BCC06F
RGB
CMYK
RGB Variations
Color information
#BCC06F (or 0xBCC06F) is known color: Dark Khaki. HEX triplet: BC, C0 and 6F. RGB value is (188,192,111). Sum of RGB (Red+Green+Blue) = 188+192+111=491 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.29% from 491); Green value is 192 (75.39% from 255 or 39.10% from 491); Blue value is 111 (43.75% from 255 or 22.61% from 491); Max value from RGB is 192 - color contains mainly: green. Hex color #BCC06F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCC06F is #433F90. Grayscale: #B5B5B5. Windows color (decimal): -4407185 or 7323836. OLE color: 7323836.
HSL color Cylindrical-coordinate representation of color #BCC06F: hue angle of 62.96º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BCC06F is Cyan = 0.02, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 188 | 192 | 111 | - |
| CMYK | 0.02 | 0 | 0.42 | 0.25 |
| HSL | 62.96º | 0.39% | 0.59% | - |
| HSV(B) | 62.96º | 0.42% | 0.75% | - |
| XYZ | 42.46 | 49.54 | 22.36 | - |
| YUV | 181.57 | 88.17 | 132.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 192 | 111 | 0.02 | 0 | 0.42 | 0.25 | 62.96 | 0.39 | 0.59 |
| Hex | BC | C0 | 6F | 2 | 0 | 2A | 19 | 3F | 27 | 3B |
| Octal | 274 | 300 | 157 | 2 | 0 | 52 | 31 | 77 | 47 | 73 |
| Binary | 10111100 | 11000000 | 1101111 | 10 | 0 | 101010 | 11001 | 111111 | 100111 | 111011 |
Color Harmonies of #BCC06F
Complementary color
Monochromatic Colors of #BCC06F
Black with #BCC06F
Text Example
Text Example
White with #BCC06F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC06F; }
p { color: rgb(188,192,111); }
H1.HeaderClassName
{
color: #BCC06F;
}
.AnyTagClassName
{
color: #BCC06F;
}
</style>
background-color css
<style>
a { background-color: #BCC06F; }
a { background-color: rgb(188,192,111); }
div.DivClassName
{
background-color: #BCC06F;
}
.BgClassName
{
background-color: #BCC06F;
}
</style>
border-color css
<style>
span { border-color: #BCC06F; }
span { border-color: rgb(188,192,111); }
td.TdClassName
{
border-color: #BCC06F;
}
.TagClassName
{
border-color: #BCC06F;
}
</style>