Shades of Dark Khaki #C2BC5F
Tints of Dark Khaki #C2BC5F
RGB
CMYK
RGB Variations
Color information
#C2BC5F (or 0xC2BC5F) is known color: Dark Khaki. HEX triplet: C2, BC and 5F. RGB value is (194,188,95). Sum of RGB (Red+Green+Blue) = 194+188+95=477 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.67% from 477); Green value is 188 (73.83% from 255 or 39.41% from 477); Blue value is 95 (37.5% from 255 or 19.92% from 477); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BC5F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2BC5F is #3D43A0. Grayscale: #B3B3B3. Windows color (decimal): -4015009 or 6274242. OLE color: 6274242.
HSL color Cylindrical-coordinate representation of color #C2BC5F: hue angle of 56.36º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C2BC5F is Cyan = 0, Magento = 0.03, Yellow = 0.51 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 188 | 95 | - |
| CMYK | 0 | 0.03 | 0.51 | 0.24 |
| HSL | 56.36º | 0.45% | 0.57% | - |
| HSV(B) | 56.36º | 0.51% | 0.76% | - |
| XYZ | 42.3 | 48.26 | 17.91 | - |
| YUV | 179.19 | 80.49 | 138.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 188 | 95 | 0 | 0.03 | 0.51 | 0.24 | 56.36 | 0.45 | 0.57 |
| Hex | C2 | BC | 5F | 0 | 3 | 33 | 18 | 38 | 2D | 39 |
| Octal | 302 | 274 | 137 | 0 | 3 | 63 | 30 | 70 | 55 | 71 |
| Binary | 11000010 | 10111100 | 1011111 | 0 | 11 | 110011 | 11000 | 111000 | 101101 | 111001 |
Color Harmonies of #C2BC5F
Complementary color
Monochromatic Colors of #C2BC5F
Black with #C2BC5F
Text Example
Text Example
White with #C2BC5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BC5F; }
p { color: rgb(194,188,95); }
H1.HeaderClassName
{
color: #C2BC5F;
}
.AnyTagClassName
{
color: #C2BC5F;
}
</style>
background-color css
<style>
a { background-color: #C2BC5F; }
a { background-color: rgb(194,188,95); }
div.DivClassName
{
background-color: #C2BC5F;
}
.BgClassName
{
background-color: #C2BC5F;
}
</style>
border-color css
<style>
span { border-color: #C2BC5F; }
span { border-color: rgb(194,188,95); }
td.TdClassName
{
border-color: #C2BC5F;
}
.TagClassName
{
border-color: #C2BC5F;
}
</style>