Shades of Dark Khaki #BEC06A
Tints of Dark Khaki #BEC06A
RGB
CMYK
RGB Variations
Color information
#BEC06A (or 0xBEC06A) is known color: Dark Khaki. HEX triplet: BE, C0 and 6A. RGB value is (190,192,106). Sum of RGB (Red+Green+Blue) = 190+192+106=488 (64% of max value = 765). Red value is 190 (74.61% from 255 or 38.93% from 488); Green value is 192 (75.39% from 255 or 39.34% from 488); Blue value is 106 (41.80% from 255 or 21.72% from 488); Max value from RGB is 192 - color contains mainly: green. Hex color #BEC06A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEC06A is #413F95. Grayscale: #B5B5B5. Windows color (decimal): -4276118 or 6996158. OLE color: 6996158.
HSL color Cylindrical-coordinate representation of color #BEC06A: hue angle of 61.4º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BEC06A is Cyan = 0.01, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 192 | 106 | - |
| CMYK | 0.01 | 0 | 0.45 | 0.25 |
| HSL | 61.4º | 0.41% | 0.58% | - |
| HSV(B) | 61.4º | 0.45% | 0.75% | - |
| XYZ | 42.69 | 49.69 | 20.98 | - |
| YUV | 181.6 | 85.34 | 133.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 192 | 106 | 0.01 | 0 | 0.45 | 0.25 | 61.4 | 0.41 | 0.58 |
| Hex | BE | C0 | 6A | 1 | 0 | 2D | 19 | 3D | 29 | 3A |
| Octal | 276 | 300 | 152 | 1 | 0 | 55 | 31 | 75 | 51 | 72 |
| Binary | 10111110 | 11000000 | 1101010 | 1 | 0 | 101101 | 11001 | 111101 | 101001 | 111010 |
Color Harmonies of #BEC06A
Complementary color
Monochromatic Colors of #BEC06A
Black with #BEC06A
Text Example
Text Example
White with #BEC06A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC06A; }
p { color: rgb(190,192,106); }
H1.HeaderClassName
{
color: #BEC06A;
}
.AnyTagClassName
{
color: #BEC06A;
}
</style>
background-color css
<style>
a { background-color: #BEC06A; }
a { background-color: rgb(190,192,106); }
div.DivClassName
{
background-color: #BEC06A;
}
.BgClassName
{
background-color: #BEC06A;
}
</style>
border-color css
<style>
span { border-color: #BEC06A; }
span { border-color: rgb(190,192,106); }
td.TdClassName
{
border-color: #BEC06A;
}
.TagClassName
{
border-color: #BEC06A;
}
</style>