Shades of Dark Khaki #BEC16F
Tints of Dark Khaki #BEC16F
RGB
CMYK
RGB Variations
Color information
#BEC16F (or 0xBEC16F) is known color: Dark Khaki. HEX triplet: BE, C1 and 6F. RGB value is (190,193,111). Sum of RGB (Red+Green+Blue) = 190+193+111=494 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.46% from 494); Green value is 193 (75.78% from 255 or 39.07% from 494); Blue value is 111 (43.75% from 255 or 22.47% from 494); Max value from RGB is 193 - color contains mainly: green. Hex color #BEC16F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEC16F is #413E90. Grayscale: #B7B7B7. Windows color (decimal): -4275857 or 7324094. OLE color: 7324094.
HSL color Cylindrical-coordinate representation of color #BEC16F: hue angle of 62.2º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BEC16F is Cyan = 0.02, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 190 | 193 | 111 | - |
| CMYK | 0.02 | 0 | 0.42 | 0.24 |
| HSL | 62.2º | 0.4% | 0.6% | - |
| HSV(B) | 62.2º | 0.42% | 0.76% | - |
| XYZ | 43.17 | 50.23 | 22.46 | - |
| YUV | 182.76 | 87.51 | 133.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 193 | 111 | 0.02 | 0 | 0.42 | 0.24 | 62.2 | 0.4 | 0.6 |
| Hex | BE | C1 | 6F | 2 | 0 | 2A | 18 | 3E | 28 | 3C |
| Octal | 276 | 301 | 157 | 2 | 0 | 52 | 30 | 76 | 50 | 74 |
| Binary | 10111110 | 11000001 | 1101111 | 10 | 0 | 101010 | 11000 | 111110 | 101000 | 111100 |
Color Harmonies of #BEC16F
Complementary color
Monochromatic Colors of #BEC16F
Black with #BEC16F
Text Example
Text Example
White with #BEC16F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC16F; }
p { color: rgb(190,193,111); }
H1.HeaderClassName
{
color: #BEC16F;
}
.AnyTagClassName
{
color: #BEC16F;
}
</style>
background-color css
<style>
a { background-color: #BEC16F; }
a { background-color: rgb(190,193,111); }
div.DivClassName
{
background-color: #BEC16F;
}
.BgClassName
{
background-color: #BEC16F;
}
</style>
border-color css
<style>
span { border-color: #BEC16F; }
span { border-color: rgb(190,193,111); }
td.TdClassName
{
border-color: #BEC16F;
}
.TagClassName
{
border-color: #BEC16F;
}
</style>