Shades of Dark Khaki #C0BF60
Tints of Dark Khaki #C0BF60
RGB
CMYK
RGB Variations
Color information
#C0BF60 (or 0xC0BF60) is known color: Dark Khaki. HEX triplet: C0, BF and 60. RGB value is (192,191,96). Sum of RGB (Red+Green+Blue) = 192+191+96=479 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.08% from 479); Green value is 191 (75% from 255 or 39.87% from 479); Blue value is 96 (37.89% from 255 or 20.04% from 479); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BF60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0BF60 is #3F409F. Grayscale: #B4B4B4. Windows color (decimal): -4145312 or 6340544. OLE color: 6340544.
HSL color Cylindrical-coordinate representation of color #C0BF60: hue angle of 59.38º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C0BF60 is Cyan = 0, Magento = 0.01, Yellow = 0.50 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 191 | 96 | - |
| CMYK | 0 | 0.01 | 0.50 | 0.25 |
| HSL | 59.38º | 0.43% | 0.56% | - |
| HSV(B) | 59.38º | 0.5% | 0.75% | - |
| XYZ | 42.48 | 49.31 | 18.35 | - |
| YUV | 180.47 | 80.33 | 136.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 191 | 96 | 0 | 0.01 | 0.50 | 0.25 | 59.38 | 0.43 | 0.56 |
| Hex | C0 | BF | 60 | 0 | 1 | 32 | 19 | 3B | 2B | 38 |
| Octal | 300 | 277 | 140 | 0 | 1 | 62 | 31 | 73 | 53 | 70 |
| Binary | 11000000 | 10111111 | 1100000 | 0 | 1 | 110010 | 11001 | 111011 | 101011 | 111000 |
Color Harmonies of #C0BF60
Complementary color
Monochromatic Colors of #C0BF60
Black with #C0BF60
Text Example
Text Example
White with #C0BF60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BF60; }
p { color: rgb(192,191,96); }
H1.HeaderClassName
{
color: #C0BF60;
}
.AnyTagClassName
{
color: #C0BF60;
}
</style>
background-color css
<style>
a { background-color: #C0BF60; }
a { background-color: rgb(192,191,96); }
div.DivClassName
{
background-color: #C0BF60;
}
.BgClassName
{
background-color: #C0BF60;
}
</style>
border-color css
<style>
span { border-color: #C0BF60; }
span { border-color: rgb(192,191,96); }
td.TdClassName
{
border-color: #C0BF60;
}
.TagClassName
{
border-color: #C0BF60;
}
</style>