Shades of Dark Khaki #BFC168
Tints of Dark Khaki #BFC168
RGB
CMYK
RGB Variations
Color information
#BFC168 (or 0xBFC168) is known color: Dark Khaki. HEX triplet: BF, C1 and 68. RGB value is (191,193,104). Sum of RGB (Red+Green+Blue) = 191+193+104=488 (64% of max value = 765). Red value is 191 (75% from 255 or 39.14% from 488); Green value is 193 (75.78% from 255 or 39.55% from 488); Blue value is 104 (41.02% from 255 or 21.31% from 488); Max value from RGB is 193 - color contains mainly: green. Hex color #BFC168 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC168 is #403E97. Grayscale: #B6B6B6. Windows color (decimal): -4210328 or 6865343. OLE color: 6865343.
HSL color Cylindrical-coordinate representation of color #BFC168: hue angle of 61.35º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BFC168 is Cyan = 0.01, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 191 | 193 | 104 | - |
| CMYK | 0.01 | 0 | 0.46 | 0.24 |
| HSL | 61.35º | 0.42% | 0.58% | - |
| HSV(B) | 61.35º | 0.46% | 0.76% | - |
| XYZ | 43.05 | 50.22 | 20.52 | - |
| YUV | 182.26 | 83.84 | 134.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 193 | 104 | 0.01 | 0 | 0.46 | 0.24 | 61.35 | 0.42 | 0.58 |
| Hex | BF | C1 | 68 | 1 | 0 | 2E | 18 | 3D | 2A | 3A |
| Octal | 277 | 301 | 150 | 1 | 0 | 56 | 30 | 75 | 52 | 72 |
| Binary | 10111111 | 11000001 | 1101000 | 1 | 0 | 101110 | 11000 | 111101 | 101010 | 111010 |
Color Harmonies of #BFC168
Complementary color
Monochromatic Colors of #BFC168
Black with #BFC168
Text Example
Text Example
White with #BFC168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC168; }
p { color: rgb(191,193,104); }
H1.HeaderClassName
{
color: #BFC168;
}
.AnyTagClassName
{
color: #BFC168;
}
</style>
background-color css
<style>
a { background-color: #BFC168; }
a { background-color: rgb(191,193,104); }
div.DivClassName
{
background-color: #BFC168;
}
.BgClassName
{
background-color: #BFC168;
}
</style>
border-color css
<style>
span { border-color: #BFC168; }
span { border-color: rgb(191,193,104); }
td.TdClassName
{
border-color: #BFC168;
}
.TagClassName
{
border-color: #BFC168;
}
</style>