Shades of Dark Khaki #C2BB76
Tints of Dark Khaki #C2BB76
RGB
CMYK
RGB Variations
Color information
#C2BB76 (or 0xC2BB76) is known color: Dark Khaki. HEX triplet: C2, BB and 76. RGB value is (194,187,118). Sum of RGB (Red+Green+Blue) = 194+187+118=499 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.88% from 499); Green value is 187 (73.44% from 255 or 37.47% from 499); Blue value is 118 (46.48% from 255 or 23.65% from 499); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BB76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2BB76 is #3D4489. Grayscale: #B5B5B5. Windows color (decimal): -4015242 or 7781314. OLE color: 7781314.
HSL color Cylindrical-coordinate representation of color #C2BB76: hue angle of 54.47º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C2BB76 is Cyan = 0, Magento = 0.04, Yellow = 0.39 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 187 | 118 | - |
| CMYK | 0 | 0.04 | 0.39 | 0.24 |
| HSL | 54.47º | 0.38% | 0.61% | - |
| HSV(B) | 54.47º | 0.39% | 0.76% | - |
| XYZ | 43.29 | 48.32 | 24.18 | - |
| YUV | 181.23 | 92.32 | 137.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 187 | 118 | 0 | 0.04 | 0.39 | 0.24 | 54.47 | 0.38 | 0.61 |
| Hex | C2 | BB | 76 | 0 | 4 | 27 | 18 | 36 | 26 | 3D |
| Octal | 302 | 273 | 166 | 0 | 4 | 47 | 30 | 66 | 46 | 75 |
| Binary | 11000010 | 10111011 | 1110110 | 0 | 100 | 100111 | 11000 | 110110 | 100110 | 111101 |
Color Harmonies of #C2BB76
Complementary color
Monochromatic Colors of #C2BB76
Black with #C2BB76
Text Example
Text Example
White with #C2BB76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BB76; }
p { color: rgb(194,187,118); }
H1.HeaderClassName
{
color: #C2BB76;
}
.AnyTagClassName
{
color: #C2BB76;
}
</style>
background-color css
<style>
a { background-color: #C2BB76; }
a { background-color: rgb(194,187,118); }
div.DivClassName
{
background-color: #C2BB76;
}
.BgClassName
{
background-color: #C2BB76;
}
</style>
border-color css
<style>
span { border-color: #C2BB76; }
span { border-color: rgb(194,187,118); }
td.TdClassName
{
border-color: #C2BB76;
}
.TagClassName
{
border-color: #C2BB76;
}
</style>