Shades of Dark Khaki #BFC06E
Tints of Dark Khaki #BFC06E
RGB
CMYK
RGB Variations
Color information
#BFC06E (or 0xBFC06E) is known color: Dark Khaki. HEX triplet: BF, C0 and 6E. RGB value is (191,192,110). Sum of RGB (Red+Green+Blue) = 191+192+110=493 (65% of max value = 765). Red value is 191 (75% from 255 or 38.74% from 493); Green value is 192 (75.39% from 255 or 38.95% from 493); Blue value is 110 (43.36% from 255 or 22.31% from 493); Max value from RGB is 192 - color contains mainly: green. Hex color #BFC06E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC06E is #403F91. Grayscale: #B6B6B6. Windows color (decimal): -4210578 or 7258303. OLE color: 7258303.
HSL color Cylindrical-coordinate representation of color #BFC06E: hue angle of 60.73º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BFC06E is Cyan = 0.01, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 192 | 110 | - |
| CMYK | 0.01 | 0 | 0.43 | 0.25 |
| HSL | 60.73º | 0.39% | 0.59% | - |
| HSV(B) | 60.73º | 0.43% | 0.75% | - |
| XYZ | 43.15 | 49.9 | 22.11 | - |
| YUV | 182.35 | 87.17 | 134.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 192 | 110 | 0.01 | 0 | 0.43 | 0.25 | 60.73 | 0.39 | 0.59 |
| Hex | BF | C0 | 6E | 1 | 0 | 2B | 19 | 3D | 27 | 3B |
| Octal | 277 | 300 | 156 | 1 | 0 | 53 | 31 | 75 | 47 | 73 |
| Binary | 10111111 | 11000000 | 1101110 | 1 | 0 | 101011 | 11001 | 111101 | 100111 | 111011 |
Color Harmonies of #BFC06E
Complementary color
Monochromatic Colors of #BFC06E
Black with #BFC06E
Text Example
Text Example
White with #BFC06E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC06E; }
p { color: rgb(191,192,110); }
H1.HeaderClassName
{
color: #BFC06E;
}
.AnyTagClassName
{
color: #BFC06E;
}
</style>
background-color css
<style>
a { background-color: #BFC06E; }
a { background-color: rgb(191,192,110); }
div.DivClassName
{
background-color: #BFC06E;
}
.BgClassName
{
background-color: #BFC06E;
}
</style>
border-color css
<style>
span { border-color: #BFC06E; }
span { border-color: rgb(191,192,110); }
td.TdClassName
{
border-color: #BFC06E;
}
.TagClassName
{
border-color: #BFC06E;
}
</style>