Shades of Dark Khaki #BEC067
Tints of Dark Khaki #BEC067
RGB
CMYK
RGB Variations
Color information
#BEC067 (or 0xBEC067) is known color: Dark Khaki. HEX triplet: BE, C0 and 67. RGB value is (190,192,103). Sum of RGB (Red+Green+Blue) = 190+192+103=485 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.18% from 485); Green value is 192 (75.39% from 255 or 39.59% from 485); Blue value is 103 (40.62% from 255 or 21.24% from 485); Max value from RGB is 192 - color contains mainly: green. Hex color #BEC067 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEC067 is #413F98. Grayscale: #B5B5B5. Windows color (decimal): -4276121 or 6799550. OLE color: 6799550.
HSL color Cylindrical-coordinate representation of color #BEC067: hue angle of 61.35º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BEC067 is Cyan = 0.01, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 192 | 103 | - |
| CMYK | 0.01 | 0 | 0.46 | 0.25 |
| HSL | 61.35º | 0.41% | 0.58% | - |
| HSV(B) | 61.35º | 0.46% | 0.75% | - |
| XYZ | 42.53 | 49.63 | 20.17 | - |
| YUV | 181.26 | 83.84 | 134.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 192 | 103 | 0.01 | 0 | 0.46 | 0.25 | 61.35 | 0.41 | 0.58 |
| Hex | BE | C0 | 67 | 1 | 0 | 2E | 19 | 3D | 29 | 3A |
| Octal | 276 | 300 | 147 | 1 | 0 | 56 | 31 | 75 | 51 | 72 |
| Binary | 10111110 | 11000000 | 1100111 | 1 | 0 | 101110 | 11001 | 111101 | 101001 | 111010 |
Color Harmonies of #BEC067
Complementary color
Monochromatic Colors of #BEC067
Black with #BEC067
Text Example
Text Example
White with #BEC067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC067; }
p { color: rgb(190,192,103); }
H1.HeaderClassName
{
color: #BEC067;
}
.AnyTagClassName
{
color: #BEC067;
}
</style>
background-color css
<style>
a { background-color: #BEC067; }
a { background-color: rgb(190,192,103); }
div.DivClassName
{
background-color: #BEC067;
}
.BgClassName
{
background-color: #BEC067;
}
</style>
border-color css
<style>
span { border-color: #BEC067; }
span { border-color: rgb(190,192,103); }
td.TdClassName
{
border-color: #BEC067;
}
.TagClassName
{
border-color: #BEC067;
}
</style>