Shades of Dark Khaki #C0BE66
Tints of Dark Khaki #C0BE66
RGB
CMYK
RGB Variations
Color information
#C0BE66 (or 0xC0BE66) is known color: Dark Khaki. HEX triplet: C0, BE and 66. RGB value is (192,190,102). Sum of RGB (Red+Green+Blue) = 192+190+102=484 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.67% from 484); Green value is 190 (74.61% from 255 or 39.26% from 484); Blue value is 102 (40.23% from 255 or 21.07% from 484); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BE66 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0BE66 is #3F4199. Grayscale: #B4B4B4. Windows color (decimal): -4145562 or 6733504. OLE color: 6733504.
HSL color Cylindrical-coordinate representation of color #C0BE66: hue angle of 58.67º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C0BE66 is Cyan = 0, Magento = 0.01, Yellow = 0.47 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 190 | 102 | - |
| CMYK | 0 | 0.01 | 0.47 | 0.25 |
| HSL | 58.67º | 0.42% | 0.58% | - |
| HSV(B) | 58.67º | 0.47% | 0.75% | - |
| XYZ | 42.55 | 48.99 | 19.78 | - |
| YUV | 180.57 | 83.66 | 136.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 190 | 102 | 0 | 0.01 | 0.47 | 0.25 | 58.67 | 0.42 | 0.58 |
| Hex | C0 | BE | 66 | 0 | 1 | 2F | 19 | 3B | 2A | 3A |
| Octal | 300 | 276 | 146 | 0 | 1 | 57 | 31 | 73 | 52 | 72 |
| Binary | 11000000 | 10111110 | 1100110 | 0 | 1 | 101111 | 11001 | 111011 | 101010 | 111010 |
Color Harmonies of #C0BE66
Complementary color
Monochromatic Colors of #C0BE66
Black with #C0BE66
Text Example
Text Example
White with #C0BE66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BE66; }
p { color: rgb(192,190,102); }
H1.HeaderClassName
{
color: #C0BE66;
}
.AnyTagClassName
{
color: #C0BE66;
}
</style>
background-color css
<style>
a { background-color: #C0BE66; }
a { background-color: rgb(192,190,102); }
div.DivClassName
{
background-color: #C0BE66;
}
.BgClassName
{
background-color: #C0BE66;
}
</style>
border-color css
<style>
span { border-color: #C0BE66; }
span { border-color: rgb(192,190,102); }
td.TdClassName
{
border-color: #C0BE66;
}
.TagClassName
{
border-color: #C0BE66;
}
</style>