Shades of Dark Khaki #C2BB5D
Tints of Dark Khaki #C2BB5D
RGB
CMYK
RGB Variations
Color information
#C2BB5D (or 0xC2BB5D) is known color: Dark Khaki. HEX triplet: C2, BB and 5D. RGB value is (194,187,93). Sum of RGB (Red+Green+Blue) = 194+187+93=474 (62% of max value = 765). Red value is 194 (76.17% from 255 or 40.93% from 474); Green value is 187 (73.44% from 255 or 39.45% from 474); Blue value is 93 (36.72% from 255 or 19.62% from 474); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BB5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2BB5D is #3D44A2. Grayscale: #B2B2B2. Windows color (decimal): -4015267 or 6142914. OLE color: 6142914.
HSL color Cylindrical-coordinate representation of color #C2BB5D: hue angle of 55.84º degrees, saturation: 0.45, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C2BB5D is Cyan = 0, Magento = 0.04, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 187 | 93 | - |
| CMYK | 0 | 0.04 | 0.52 | 0.24 |
| HSL | 55.84º | 0.45% | 0.56% | - |
| HSV(B) | 55.84º | 0.52% | 0.76% | - |
| XYZ | 41.99 | 47.8 | 17.37 | - |
| YUV | 178.38 | 79.82 | 139.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 187 | 93 | 0 | 0.04 | 0.52 | 0.24 | 55.84 | 0.45 | 0.56 |
| Hex | C2 | BB | 5D | 0 | 4 | 34 | 18 | 38 | 2D | 38 |
| Octal | 302 | 273 | 135 | 0 | 4 | 64 | 30 | 70 | 55 | 70 |
| Binary | 11000010 | 10111011 | 1011101 | 0 | 100 | 110100 | 11000 | 111000 | 101101 | 111000 |
Color Harmonies of #C2BB5D
Complementary color
Monochromatic Colors of #C2BB5D
Black with #C2BB5D
Text Example
Text Example
White with #C2BB5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BB5D; }
p { color: rgb(194,187,93); }
H1.HeaderClassName
{
color: #C2BB5D;
}
.AnyTagClassName
{
color: #C2BB5D;
}
</style>
background-color css
<style>
a { background-color: #C2BB5D; }
a { background-color: rgb(194,187,93); }
div.DivClassName
{
background-color: #C2BB5D;
}
.BgClassName
{
background-color: #C2BB5D;
}
</style>
border-color css
<style>
span { border-color: #C2BB5D; }
span { border-color: rgb(194,187,93); }
td.TdClassName
{
border-color: #C2BB5D;
}
.TagClassName
{
border-color: #C2BB5D;
}
</style>