Shades of Dark Khaki #BFC16C
Tints of Dark Khaki #BFC16C
RGB
CMYK
RGB Variations
Color information
#BFC16C (or 0xBFC16C) is known color: Dark Khaki. HEX triplet: BF, C1 and 6C. RGB value is (191,193,108). Sum of RGB (Red+Green+Blue) = 191+193+108=492 (65% of max value = 765). Red value is 191 (75% from 255 or 38.82% from 492); Green value is 193 (75.78% from 255 or 39.23% from 492); Blue value is 108 (42.58% from 255 or 21.95% from 492); Max value from RGB is 193 - color contains mainly: green. Hex color #BFC16C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC16C is #403E93. Grayscale: #B7B7B7. Windows color (decimal): -4210324 or 7127487. OLE color: 7127487.
HSL color Cylindrical-coordinate representation of color #BFC16C: hue angle of 61.41º degrees, saturation: 0.41, 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 #BFC16C is Cyan = 0.01, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 191 | 193 | 108 | - |
| CMYK | 0.01 | 0 | 0.44 | 0.24 |
| HSL | 61.41º | 0.41% | 0.59% | - |
| HSV(B) | 61.41º | 0.44% | 0.76% | - |
| XYZ | 43.26 | 50.3 | 21.62 | - |
| YUV | 182.71 | 85.84 | 133.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 193 | 108 | 0.01 | 0 | 0.44 | 0.24 | 61.41 | 0.41 | 0.59 |
| Hex | BF | C1 | 6C | 1 | 0 | 2C | 18 | 3D | 29 | 3B |
| Octal | 277 | 301 | 154 | 1 | 0 | 54 | 30 | 75 | 51 | 73 |
| Binary | 10111111 | 11000001 | 1101100 | 1 | 0 | 101100 | 11000 | 111101 | 101001 | 111011 |
Color Harmonies of #BFC16C
Complementary color
Monochromatic Colors of #BFC16C
Black with #BFC16C
Text Example
Text Example
White with #BFC16C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC16C; }
p { color: rgb(191,193,108); }
H1.HeaderClassName
{
color: #BFC16C;
}
.AnyTagClassName
{
color: #BFC16C;
}
</style>
background-color css
<style>
a { background-color: #BFC16C; }
a { background-color: rgb(191,193,108); }
div.DivClassName
{
background-color: #BFC16C;
}
.BgClassName
{
background-color: #BFC16C;
}
</style>
border-color css
<style>
span { border-color: #BFC16C; }
span { border-color: rgb(191,193,108); }
td.TdClassName
{
border-color: #BFC16C;
}
.TagClassName
{
border-color: #BFC16C;
}
</style>