Shades of Dark Khaki #C2BD64
Tints of Dark Khaki #C2BD64
RGB
CMYK
RGB Variations
Color information
#C2BD64 (or 0xC2BD64) is known color: Dark Khaki. HEX triplet: C2, BD and 64. RGB value is (194,189,100). Sum of RGB (Red+Green+Blue) = 194+189+100=483 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.17% from 483); Green value is 189 (74.22% from 255 or 39.13% from 483); Blue value is 100 (39.45% from 255 or 20.70% from 483); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BD64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2BD64 is #3D429B. Grayscale: #B4B4B4. Windows color (decimal): -4014748 or 6602178. OLE color: 6602178.
HSL color Cylindrical-coordinate representation of color #C2BD64: hue angle of 56.81º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C2BD64 is Cyan = 0, Magento = 0.03, Yellow = 0.48 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 189 | 100 | - |
| CMYK | 0 | 0.03 | 0.48 | 0.24 |
| HSL | 56.81º | 0.44% | 0.58% | - |
| HSV(B) | 56.81º | 0.48% | 0.76% | - |
| XYZ | 42.75 | 48.78 | 19.22 | - |
| YUV | 180.35 | 82.66 | 137.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 189 | 100 | 0 | 0.03 | 0.48 | 0.24 | 56.81 | 0.44 | 0.58 |
| Hex | C2 | BD | 64 | 0 | 3 | 30 | 18 | 39 | 2C | 3A |
| Octal | 302 | 275 | 144 | 0 | 3 | 60 | 30 | 71 | 54 | 72 |
| Binary | 11000010 | 10111101 | 1100100 | 0 | 11 | 110000 | 11000 | 111001 | 101100 | 111010 |
Color Harmonies of #C2BD64
Complementary color
Monochromatic Colors of #C2BD64
Black with #C2BD64
Text Example
Text Example
White with #C2BD64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BD64; }
p { color: rgb(194,189,100); }
H1.HeaderClassName
{
color: #C2BD64;
}
.AnyTagClassName
{
color: #C2BD64;
}
</style>
background-color css
<style>
a { background-color: #C2BD64; }
a { background-color: rgb(194,189,100); }
div.DivClassName
{
background-color: #C2BD64;
}
.BgClassName
{
background-color: #C2BD64;
}
</style>
border-color css
<style>
span { border-color: #C2BD64; }
span { border-color: rgb(194,189,100); }
td.TdClassName
{
border-color: #C2BD64;
}
.TagClassName
{
border-color: #C2BD64;
}
</style>