Shades of Dark Khaki #C2BD6B
Tints of Dark Khaki #C2BD6B
RGB
CMYK
RGB Variations
Color information
#C2BD6B (or 0xC2BD6B) is known color: Dark Khaki. HEX triplet: C2, BD and 6B. RGB value is (194,189,107). Sum of RGB (Red+Green+Blue) = 194+189+107=490 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.59% from 490); Green value is 189 (74.22% from 255 or 38.57% from 490); Blue value is 107 (42.19% from 255 or 21.84% from 490); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BD6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2BD6B is #3D4294. Grayscale: #B5B5B5. Windows color (decimal): -4014741 or 7060930. OLE color: 7060930.
HSL color Cylindrical-coordinate representation of color #C2BD6B: hue angle of 56.55º degrees, saturation: 0.42, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C2BD6B is Cyan = 0, Magento = 0.03, Yellow = 0.45 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 189 | 107 | - |
| CMYK | 0 | 0.03 | 0.45 | 0.24 |
| HSL | 56.55º | 0.42% | 0.59% | - |
| HSV(B) | 56.55º | 0.45% | 0.76% | - |
| XYZ | 43.1 | 48.93 | 21.08 | - |
| YUV | 181.15 | 86.16 | 137.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 189 | 107 | 0 | 0.03 | 0.45 | 0.24 | 56.55 | 0.42 | 0.59 |
| Hex | C2 | BD | 6B | 0 | 3 | 2D | 18 | 39 | 2A | 3B |
| Octal | 302 | 275 | 153 | 0 | 3 | 55 | 30 | 71 | 52 | 73 |
| Binary | 11000010 | 10111101 | 1101011 | 0 | 11 | 101101 | 11000 | 111001 | 101010 | 111011 |
Color Harmonies of #C2BD6B
Complementary color
Monochromatic Colors of #C2BD6B
Black with #C2BD6B
Text Example
Text Example
White with #C2BD6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BD6B; }
p { color: rgb(194,189,107); }
H1.HeaderClassName
{
color: #C2BD6B;
}
.AnyTagClassName
{
color: #C2BD6B;
}
</style>
background-color css
<style>
a { background-color: #C2BD6B; }
a { background-color: rgb(194,189,107); }
div.DivClassName
{
background-color: #C2BD6B;
}
.BgClassName
{
background-color: #C2BD6B;
}
</style>
border-color css
<style>
span { border-color: #C2BD6B; }
span { border-color: rgb(194,189,107); }
td.TdClassName
{
border-color: #C2BD6B;
}
.TagClassName
{
border-color: #C2BD6B;
}
</style>