Shades of Dark Khaki #C2BE65
Tints of Dark Khaki #C2BE65
RGB
CMYK
RGB Variations
Color information
#C2BE65 (or 0xC2BE65) is known color: Dark Khaki. HEX triplet: C2, BE and 65. RGB value is (194,190,101). Sum of RGB (Red+Green+Blue) = 194+190+101=485 (64% of max value = 765). Red value is 194 (76.17% from 255 or 40% from 485); Green value is 190 (74.61% from 255 or 39.18% from 485); Blue value is 101 (39.84% from 255 or 20.82% from 485); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BE65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2BE65 is #3D419A. Grayscale: #B5B5B5. Windows color (decimal): -4014491 or 6667970. OLE color: 6667970.
HSL color Cylindrical-coordinate representation of color #C2BE65: hue angle of 57.42º degrees, saturation: 0.43, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C2BE65 is Cyan = 0, Magento = 0.02, Yellow = 0.48 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 190 | 101 | - |
| CMYK | 0 | 0.02 | 0.48 | 0.24 |
| HSL | 57.42º | 0.43% | 0.58% | - |
| HSV(B) | 57.42º | 0.48% | 0.76% | - |
| XYZ | 43.01 | 49.24 | 19.55 | - |
| YUV | 181.05 | 82.83 | 137.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 190 | 101 | 0 | 0.02 | 0.48 | 0.24 | 57.42 | 0.43 | 0.58 |
| Hex | C2 | BE | 65 | 0 | 2 | 30 | 18 | 39 | 2B | 3A |
| Octal | 302 | 276 | 145 | 0 | 2 | 60 | 30 | 71 | 53 | 72 |
| Binary | 11000010 | 10111110 | 1100101 | 0 | 10 | 110000 | 11000 | 111001 | 101011 | 111010 |
Color Harmonies of #C2BE65
Complementary color
Monochromatic Colors of #C2BE65
Black with #C2BE65
Text Example
Text Example
White with #C2BE65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BE65; }
p { color: rgb(194,190,101); }
H1.HeaderClassName
{
color: #C2BE65;
}
.AnyTagClassName
{
color: #C2BE65;
}
</style>
background-color css
<style>
a { background-color: #C2BE65; }
a { background-color: rgb(194,190,101); }
div.DivClassName
{
background-color: #C2BE65;
}
.BgClassName
{
background-color: #C2BE65;
}
</style>
border-color css
<style>
span { border-color: #C2BE65; }
span { border-color: rgb(194,190,101); }
td.TdClassName
{
border-color: #C2BE65;
}
.TagClassName
{
border-color: #C2BE65;
}
</style>