Shades of Dark Khaki #BEC06B
Tints of Dark Khaki #BEC06B
RGB
CMYK
RGB Variations
Color information
#BEC06B (or 0xBEC06B) is known color: Dark Khaki. HEX triplet: BE, C0 and 6B. RGB value is (190,192,107). Sum of RGB (Red+Green+Blue) = 190+192+107=489 (64% of max value = 765). Red value is 190 (74.61% from 255 or 38.85% from 489); Green value is 192 (75.39% from 255 or 39.26% from 489); Blue value is 107 (42.19% from 255 or 21.88% from 489); Max value from RGB is 192 - color contains mainly: green. Hex color #BEC06B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEC06B is #413F94. Grayscale: #B6B6B6. Windows color (decimal): -4276117 or 7061694. OLE color: 7061694.
HSL color Cylindrical-coordinate representation of color #BEC06B: hue angle of 61.41º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BEC06B is Cyan = 0.01, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 192 | 107 | - |
| CMYK | 0.01 | 0 | 0.44 | 0.25 |
| HSL | 61.41º | 0.4% | 0.59% | - |
| HSV(B) | 61.41º | 0.44% | 0.75% | - |
| XYZ | 42.74 | 49.71 | 21.25 | - |
| YUV | 181.71 | 85.84 | 133.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 192 | 107 | 0.01 | 0 | 0.44 | 0.25 | 61.41 | 0.4 | 0.59 |
| Hex | BE | C0 | 6B | 1 | 0 | 2C | 19 | 3D | 28 | 3B |
| Octal | 276 | 300 | 153 | 1 | 0 | 54 | 31 | 75 | 50 | 73 |
| Binary | 10111110 | 11000000 | 1101011 | 1 | 0 | 101100 | 11001 | 111101 | 101000 | 111011 |
Color Harmonies of #BEC06B
Complementary color
Monochromatic Colors of #BEC06B
Black with #BEC06B
Text Example
Text Example
White with #BEC06B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC06B; }
p { color: rgb(190,192,107); }
H1.HeaderClassName
{
color: #BEC06B;
}
.AnyTagClassName
{
color: #BEC06B;
}
</style>
background-color css
<style>
a { background-color: #BEC06B; }
a { background-color: rgb(190,192,107); }
div.DivClassName
{
background-color: #BEC06B;
}
.BgClassName
{
background-color: #BEC06B;
}
</style>
border-color css
<style>
span { border-color: #BEC06B; }
span { border-color: rgb(190,192,107); }
td.TdClassName
{
border-color: #BEC06B;
}
.TagClassName
{
border-color: #BEC06B;
}
</style>