Shades of Dark Khaki #BFC06B
Tints of Dark Khaki #BFC06B
RGB
CMYK
RGB Variations
Color information
#BFC06B (or 0xBFC06B) is known color: Dark Khaki. HEX triplet: BF, C0 and 6B. RGB value is (191,192,107). Sum of RGB (Red+Green+Blue) = 191+192+107=490 (64% of max value = 765). Red value is 191 (75% from 255 or 38.98% from 490); Green value is 192 (75.39% from 255 or 39.18% from 490); Blue value is 107 (42.19% from 255 or 21.84% from 490); Max value from RGB is 192 - color contains mainly: green. Hex color #BFC06B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC06B is #403F94. Grayscale: #B6B6B6. Windows color (decimal): -4210581 or 7061695. OLE color: 7061695.
HSL color Cylindrical-coordinate representation of color #BFC06B: hue angle of 60.71º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BFC06B is Cyan = 0.01, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 192 | 107 | - |
| CMYK | 0.01 | 0 | 0.44 | 0.25 |
| HSL | 60.71º | 0.4% | 0.59% | - |
| HSV(B) | 60.71º | 0.44% | 0.75% | - |
| XYZ | 42.99 | 49.84 | 21.26 | - |
| YUV | 182.01 | 85.67 | 134.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 192 | 107 | 0.01 | 0 | 0.44 | 0.25 | 60.71 | 0.4 | 0.59 |
| Hex | BF | C0 | 6B | 1 | 0 | 2C | 19 | 3D | 28 | 3B |
| Octal | 277 | 300 | 153 | 1 | 0 | 54 | 31 | 75 | 50 | 73 |
| Binary | 10111111 | 11000000 | 1101011 | 1 | 0 | 101100 | 11001 | 111101 | 101000 | 111011 |
Color Harmonies of #BFC06B
Complementary color
Monochromatic Colors of #BFC06B
Black with #BFC06B
Text Example
Text Example
White with #BFC06B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC06B; }
p { color: rgb(191,192,107); }
H1.HeaderClassName
{
color: #BFC06B;
}
.AnyTagClassName
{
color: #BFC06B;
}
</style>
background-color css
<style>
a { background-color: #BFC06B; }
a { background-color: rgb(191,192,107); }
div.DivClassName
{
background-color: #BFC06B;
}
.BgClassName
{
background-color: #BFC06B;
}
</style>
border-color css
<style>
span { border-color: #BFC06B; }
span { border-color: rgb(191,192,107); }
td.TdClassName
{
border-color: #BFC06B;
}
.TagClassName
{
border-color: #BFC06B;
}
</style>