Shades of Dark Khaki #C2BE73
Tints of Dark Khaki #C2BE73
RGB
CMYK
RGB Variations
Color information
#C2BE73 (or 0xC2BE73) is known color: Dark Khaki. HEX triplet: C2, BE and 73. RGB value is (194,190,115). Sum of RGB (Red+Green+Blue) = 194+190+115=499 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.88% from 499); Green value is 190 (74.61% from 255 or 38.08% from 499); Blue value is 115 (45.31% from 255 or 23.05% from 499); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BE73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2BE73 is #3D418C. Grayscale: #B6B6B6. Windows color (decimal): -4014477 or 7585474. OLE color: 7585474.
HSL color Cylindrical-coordinate representation of color #C2BE73: hue angle of 56.96º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C2BE73 is Cyan = 0, Magento = 0.02, Yellow = 0.41 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 190 | 115 | - |
| CMYK | 0 | 0.02 | 0.41 | 0.24 |
| HSL | 56.96º | 0.39% | 0.61% | - |
| HSV(B) | 56.96º | 0.41% | 0.76% | - |
| XYZ | 43.76 | 49.53 | 23.47 | - |
| YUV | 182.65 | 89.83 | 136.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 190 | 115 | 0 | 0.02 | 0.41 | 0.24 | 56.96 | 0.39 | 0.61 |
| Hex | C2 | BE | 73 | 0 | 2 | 29 | 18 | 39 | 27 | 3D |
| Octal | 302 | 276 | 163 | 0 | 2 | 51 | 30 | 71 | 47 | 75 |
| Binary | 11000010 | 10111110 | 1110011 | 0 | 10 | 101001 | 11000 | 111001 | 100111 | 111101 |
Color Harmonies of #C2BE73
Complementary color
Monochromatic Colors of #C2BE73
Black with #C2BE73
Text Example
Text Example
White with #C2BE73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BE73; }
p { color: rgb(194,190,115); }
H1.HeaderClassName
{
color: #C2BE73;
}
.AnyTagClassName
{
color: #C2BE73;
}
</style>
background-color css
<style>
a { background-color: #C2BE73; }
a { background-color: rgb(194,190,115); }
div.DivClassName
{
background-color: #C2BE73;
}
.BgClassName
{
background-color: #C2BE73;
}
</style>
border-color css
<style>
span { border-color: #C2BE73; }
span { border-color: rgb(194,190,115); }
td.TdClassName
{
border-color: #C2BE73;
}
.TagClassName
{
border-color: #C2BE73;
}
</style>