Shades of Dark Khaki #C2BE61
Tints of Dark Khaki #C2BE61
RGB
CMYK
RGB Variations
Color information
#C2BE61 (or 0xC2BE61) is known color: Dark Khaki. HEX triplet: C2, BE and 61. RGB value is (194,190,97). Sum of RGB (Red+Green+Blue) = 194+190+97=481 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.33% from 481); Green value is 190 (74.61% from 255 or 39.50% from 481); Blue value is 97 (38.28% from 255 or 20.17% from 481); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BE61 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2BE61 is #3D419E. Grayscale: #B4B4B4. Windows color (decimal): -4014495 or 6405826. OLE color: 6405826.
HSL color Cylindrical-coordinate representation of color #C2BE61: hue angle of 57.53º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C2BE61 is Cyan = 0, Magento = 0.02, Yellow = 0.50 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 190 | 97 | - |
| CMYK | 0 | 0.02 | 0.50 | 0.24 |
| HSL | 57.53º | 0.44% | 0.57% | - |
| HSV(B) | 57.53º | 0.5% | 0.76% | - |
| XYZ | 42.82 | 49.16 | 18.54 | - |
| YUV | 180.59 | 80.83 | 137.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 190 | 97 | 0 | 0.02 | 0.50 | 0.24 | 57.53 | 0.44 | 0.57 |
| Hex | C2 | BE | 61 | 0 | 2 | 32 | 18 | 3A | 2C | 39 |
| Octal | 302 | 276 | 141 | 0 | 2 | 62 | 30 | 72 | 54 | 71 |
| Binary | 11000010 | 10111110 | 1100001 | 0 | 10 | 110010 | 11000 | 111010 | 101100 | 111001 |
Color Harmonies of #C2BE61
Complementary color
Monochromatic Colors of #C2BE61
Black with #C2BE61
Text Example
Text Example
White with #C2BE61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BE61; }
p { color: rgb(194,190,97); }
H1.HeaderClassName
{
color: #C2BE61;
}
.AnyTagClassName
{
color: #C2BE61;
}
</style>
background-color css
<style>
a { background-color: #C2BE61; }
a { background-color: rgb(194,190,97); }
div.DivClassName
{
background-color: #C2BE61;
}
.BgClassName
{
background-color: #C2BE61;
}
</style>
border-color css
<style>
span { border-color: #C2BE61; }
span { border-color: rgb(194,190,97); }
td.TdClassName
{
border-color: #C2BE61;
}
.TagClassName
{
border-color: #C2BE61;
}
</style>