Shades of Dark Khaki #C2BB61
Tints of Dark Khaki #C2BB61
RGB
CMYK
RGB Variations
Color information
#C2BB61 (or 0xC2BB61) is known color: Dark Khaki. HEX triplet: C2, BB and 61. RGB value is (194,187,97). Sum of RGB (Red+Green+Blue) = 194+187+97=478 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.59% from 478); Green value is 187 (73.44% from 255 or 39.12% from 478); Blue value is 97 (38.28% from 255 or 20.29% from 478); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BB61 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2BB61 is #3D449E. Grayscale: #B3B3B3. Windows color (decimal): -4015263 or 6405058. OLE color: 6405058.
HSL color Cylindrical-coordinate representation of color #C2BB61: hue angle of 55.67º 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 #C2BB61 is Cyan = 0, Magento = 0.04, Yellow = 0.50 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 187 | 97 | - |
| CMYK | 0 | 0.04 | 0.50 | 0.24 |
| HSL | 55.67º | 0.44% | 0.57% | - |
| HSV(B) | 55.67º | 0.5% | 0.76% | - |
| XYZ | 42.18 | 47.87 | 18.33 | - |
| YUV | 178.83 | 81.82 | 138.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 187 | 97 | 0 | 0.04 | 0.50 | 0.24 | 55.67 | 0.44 | 0.57 |
| Hex | C2 | BB | 61 | 0 | 4 | 32 | 18 | 38 | 2C | 39 |
| Octal | 302 | 273 | 141 | 0 | 4 | 62 | 30 | 70 | 54 | 71 |
| Binary | 11000010 | 10111011 | 1100001 | 0 | 100 | 110010 | 11000 | 111000 | 101100 | 111001 |
Color Harmonies of #C2BB61
Complementary color
Monochromatic Colors of #C2BB61
Black with #C2BB61
Text Example
Text Example
White with #C2BB61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BB61; }
p { color: rgb(194,187,97); }
H1.HeaderClassName
{
color: #C2BB61;
}
.AnyTagClassName
{
color: #C2BB61;
}
</style>
background-color css
<style>
a { background-color: #C2BB61; }
a { background-color: rgb(194,187,97); }
div.DivClassName
{
background-color: #C2BB61;
}
.BgClassName
{
background-color: #C2BB61;
}
</style>
border-color css
<style>
span { border-color: #C2BB61; }
span { border-color: rgb(194,187,97); }
td.TdClassName
{
border-color: #C2BB61;
}
.TagClassName
{
border-color: #C2BB61;
}
</style>