Shades of Dark Khaki #BCBE68
Tints of Dark Khaki #BCBE68
RGB
CMYK
RGB Variations
Color information
#BCBE68 (or 0xBCBE68) is known color: Dark Khaki. HEX triplet: BC, BE and 68. RGB value is (188,190,104). Sum of RGB (Red+Green+Blue) = 188+190+104=482 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.00% from 482); Green value is 190 (74.61% from 255 or 39.42% from 482); Blue value is 104 (41.02% from 255 or 21.58% from 482); Max value from RGB is 190 - color contains mainly: green. Hex color #BCBE68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCBE68 is #434197. Grayscale: #B3B3B3. Windows color (decimal): -4407704 or 6864572. OLE color: 6864572.
HSL color Cylindrical-coordinate representation of color #BCBE68: hue angle of 61.4º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BCBE68 is Cyan = 0.01, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 188 | 190 | 104 | - |
| CMYK | 0.01 | 0 | 0.45 | 0.25 |
| HSL | 61.4º | 0.4% | 0.58% | - |
| HSV(B) | 61.4º | 0.45% | 0.75% | - |
| XYZ | 41.65 | 48.52 | 20.27 | - |
| YUV | 179.6 | 85.34 | 133.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 190 | 104 | 0.01 | 0 | 0.45 | 0.25 | 61.4 | 0.4 | 0.58 |
| Hex | BC | BE | 68 | 1 | 0 | 2D | 19 | 3D | 28 | 3A |
| Octal | 274 | 276 | 150 | 1 | 0 | 55 | 31 | 75 | 50 | 72 |
| Binary | 10111100 | 10111110 | 1101000 | 1 | 0 | 101101 | 11001 | 111101 | 101000 | 111010 |
Color Harmonies of #BCBE68
Complementary color
Monochromatic Colors of #BCBE68
Black with #BCBE68
Text Example
Text Example
White with #BCBE68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBE68; }
p { color: rgb(188,190,104); }
H1.HeaderClassName
{
color: #BCBE68;
}
.AnyTagClassName
{
color: #BCBE68;
}
</style>
background-color css
<style>
a { background-color: #BCBE68; }
a { background-color: rgb(188,190,104); }
div.DivClassName
{
background-color: #BCBE68;
}
.BgClassName
{
background-color: #BCBE68;
}
</style>
border-color css
<style>
span { border-color: #BCBE68; }
span { border-color: rgb(188,190,104); }
td.TdClassName
{
border-color: #BCBE68;
}
.TagClassName
{
border-color: #BCBE68;
}
</style>