Shades of Dark Khaki #BFC36E
Tints of Dark Khaki #BFC36E
RGB
CMYK
RGB Variations
Color information
#BFC36E (or 0xBFC36E) is known color: Dark Khaki. HEX triplet: BF, C3 and 6E. RGB value is (191,195,110). Sum of RGB (Red+Green+Blue) = 191+195+110=496 (65% of max value = 765). Red value is 191 (75% from 255 or 38.51% from 496); Green value is 195 (76.56% from 255 or 39.31% from 496); Blue value is 110 (43.36% from 255 or 22.18% from 496); Max value from RGB is 195 - color contains mainly: green. Hex color #BFC36E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC36E is #403C91. Grayscale: #B8B8B8. Windows color (decimal): -4209810 or 7259071. OLE color: 7259071.
HSL color Cylindrical-coordinate representation of color #BFC36E: hue angle of 62.82º degrees, saturation: 0.41, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BFC36E is Cyan = 0.02, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 191 | 195 | 110 | - |
| CMYK | 0.02 | 0 | 0.44 | 0.24 |
| HSL | 62.82º | 0.41% | 0.6% | - |
| HSV(B) | 62.82º | 0.44% | 0.76% | - |
| XYZ | 43.82 | 51.23 | 22.33 | - |
| YUV | 184.11 | 86.17 | 132.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 195 | 110 | 0.02 | 0 | 0.44 | 0.24 | 62.82 | 0.41 | 0.6 |
| Hex | BF | C3 | 6E | 2 | 0 | 2C | 18 | 3F | 29 | 3C |
| Octal | 277 | 303 | 156 | 2 | 0 | 54 | 30 | 77 | 51 | 74 |
| Binary | 10111111 | 11000011 | 1101110 | 10 | 0 | 101100 | 11000 | 111111 | 101001 | 111100 |
Color Harmonies of #BFC36E
Complementary color
Monochromatic Colors of #BFC36E
Black with #BFC36E
Text Example
Text Example
White with #BFC36E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC36E; }
p { color: rgb(191,195,110); }
H1.HeaderClassName
{
color: #BFC36E;
}
.AnyTagClassName
{
color: #BFC36E;
}
</style>
background-color css
<style>
a { background-color: #BFC36E; }
a { background-color: rgb(191,195,110); }
div.DivClassName
{
background-color: #BFC36E;
}
.BgClassName
{
background-color: #BFC36E;
}
</style>
border-color css
<style>
span { border-color: #BFC36E; }
span { border-color: rgb(191,195,110); }
td.TdClassName
{
border-color: #BFC36E;
}
.TagClassName
{
border-color: #BFC36E;
}
</style>