Shades of Dark Khaki #C2BB62
Tints of Dark Khaki #C2BB62
RGB
CMYK
RGB Variations
Color information
#C2BB62 (or 0xC2BB62) is known color: Dark Khaki. HEX triplet: C2, BB and 62. RGB value is (194,187,98). Sum of RGB (Red+Green+Blue) = 194+187+98=479 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.50% from 479); Green value is 187 (73.44% from 255 or 39.04% from 479); Blue value is 98 (38.67% from 255 or 20.46% from 479); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BB62 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2BB62 is #3D449D. Grayscale: #B3B3B3. Windows color (decimal): -4015262 or 6470594. OLE color: 6470594.
HSL color Cylindrical-coordinate representation of color #C2BB62: hue angle of 55.62º 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 #C2BB62 is Cyan = 0, Magento = 0.04, Yellow = 0.49 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 187 | 98 | - |
| CMYK | 0 | 0.04 | 0.49 | 0.24 |
| HSL | 55.63º | 0.44% | 0.57% | - |
| HSV(B) | 55.63º | 0.49% | 0.76% | - |
| XYZ | 42.22 | 47.89 | 18.57 | - |
| YUV | 178.95 | 82.32 | 138.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 187 | 98 | 0 | 0.04 | 0.49 | 0.24 | 55.63 | 0.44 | 0.57 |
| Hex | C2 | BB | 62 | 0 | 4 | 31 | 18 | 38 | 2C | 39 |
| Octal | 302 | 273 | 142 | 0 | 4 | 61 | 30 | 70 | 54 | 71 |
| Binary | 11000010 | 10111011 | 1100010 | 0 | 100 | 110001 | 11000 | 111000 | 101100 | 111001 |
Color Harmonies of #C2BB62
Complementary color
Monochromatic Colors of #C2BB62
Black with #C2BB62
Text Example
Text Example
White with #C2BB62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BB62; }
p { color: rgb(194,187,98); }
H1.HeaderClassName
{
color: #C2BB62;
}
.AnyTagClassName
{
color: #C2BB62;
}
</style>
background-color css
<style>
a { background-color: #C2BB62; }
a { background-color: rgb(194,187,98); }
div.DivClassName
{
background-color: #C2BB62;
}
.BgClassName
{
background-color: #C2BB62;
}
</style>
border-color css
<style>
span { border-color: #C2BB62; }
span { border-color: rgb(194,187,98); }
td.TdClassName
{
border-color: #C2BB62;
}
.TagClassName
{
border-color: #C2BB62;
}
</style>