Shades of Dark Khaki #C2BF62
Tints of Dark Khaki #C2BF62
RGB
CMYK
RGB Variations
Color information
#C2BF62 (or 0xC2BF62) is known color: Dark Khaki. HEX triplet: C2, BF and 62. RGB value is (194,191,98). Sum of RGB (Red+Green+Blue) = 194+191+98=483 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.17% from 483); Green value is 191 (75% from 255 or 39.54% from 483); Blue value is 98 (38.67% from 255 or 20.29% from 483); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BF62 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2BF62 is #3D409D. Grayscale: #B5B5B5. Windows color (decimal): -4014238 or 6471618. OLE color: 6471618.
HSL color Cylindrical-coordinate representation of color #C2BF62: hue angle of 58.12º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C2BF62 is Cyan = 0, Magento = 0.02, Yellow = 0.49 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 191 | 98 | - |
| CMYK | 0 | 0.02 | 0.49 | 0.24 |
| HSL | 58.13º | 0.44% | 0.57% | - |
| HSV(B) | 58.13º | 0.49% | 0.76% | - |
| XYZ | 43.08 | 49.61 | 18.86 | - |
| YUV | 181.3 | 80.99 | 137.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 191 | 98 | 0 | 0.02 | 0.49 | 0.24 | 58.13 | 0.44 | 0.57 |
| Hex | C2 | BF | 62 | 0 | 2 | 31 | 18 | 3A | 2C | 39 |
| Octal | 302 | 277 | 142 | 0 | 2 | 61 | 30 | 72 | 54 | 71 |
| Binary | 11000010 | 10111111 | 1100010 | 0 | 10 | 110001 | 11000 | 111010 | 101100 | 111001 |
Color Harmonies of #C2BF62
Complementary color
Monochromatic Colors of #C2BF62
Black with #C2BF62
Text Example
Text Example
White with #C2BF62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BF62; }
p { color: rgb(194,191,98); }
H1.HeaderClassName
{
color: #C2BF62;
}
.AnyTagClassName
{
color: #C2BF62;
}
</style>
background-color css
<style>
a { background-color: #C2BF62; }
a { background-color: rgb(194,191,98); }
div.DivClassName
{
background-color: #C2BF62;
}
.BgClassName
{
background-color: #C2BF62;
}
</style>
border-color css
<style>
span { border-color: #C2BF62; }
span { border-color: rgb(194,191,98); }
td.TdClassName
{
border-color: #C2BF62;
}
.TagClassName
{
border-color: #C2BF62;
}
</style>