Shades of Dark Khaki #C3BE5C
Tints of Dark Khaki #C3BE5C
RGB
CMYK
RGB Variations
Color information
#C3BE5C (or 0xC3BE5C) is known color: Dark Khaki. HEX triplet: C3, BE and 5C. RGB value is (195,190,92). Sum of RGB (Red+Green+Blue) = 195+190+92=477 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.88% from 477); Green value is 190 (74.61% from 255 or 39.83% from 477); Blue value is 92 (36.33% from 255 or 19.29% from 477); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BE5C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3BE5C is #3C41A3. Grayscale: #B4B4B4. Windows color (decimal): -3948964 or 6078147. OLE color: 6078147.
HSL color Cylindrical-coordinate representation of color #C3BE5C: hue angle of 57.09º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C3BE5C is Cyan = 0, Magento = 0.03, Yellow = 0.53 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 190 | 92 | - |
| CMYK | 0 | 0.03 | 0.53 | 0.24 |
| HSL | 57.09º | 0.46% | 0.56% | - |
| HSV(B) | 57.09º | 0.53% | 0.76% | - |
| XYZ | 42.85 | 49.2 | 17.36 | - |
| YUV | 180.32 | 78.16 | 138.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 190 | 92 | 0 | 0.03 | 0.53 | 0.24 | 57.09 | 0.46 | 0.56 |
| Hex | C3 | BE | 5C | 0 | 3 | 35 | 18 | 39 | 2E | 38 |
| Octal | 303 | 276 | 134 | 0 | 3 | 65 | 30 | 71 | 56 | 70 |
| Binary | 11000011 | 10111110 | 1011100 | 0 | 11 | 110101 | 11000 | 111001 | 101110 | 111000 |
Color Harmonies of #C3BE5C
Complementary color
Monochromatic Colors of #C3BE5C
Black with #C3BE5C
Text Example
Text Example
White with #C3BE5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3BE5C; }
p { color: rgb(195,190,92); }
H1.HeaderClassName
{
color: #C3BE5C;
}
.AnyTagClassName
{
color: #C3BE5C;
}
</style>
background-color css
<style>
a { background-color: #C3BE5C; }
a { background-color: rgb(195,190,92); }
div.DivClassName
{
background-color: #C3BE5C;
}
.BgClassName
{
background-color: #C3BE5C;
}
</style>
border-color css
<style>
span { border-color: #C3BE5C; }
span { border-color: rgb(195,190,92); }
td.TdClassName
{
border-color: #C3BE5C;
}
.TagClassName
{
border-color: #C3BE5C;
}
</style>