Shades of Sprout #C7D59B
Tints of Sprout #C7D59B
RGB
CMYK
RGB Variations
Color information
#C7D59B (or 0xC7D59B) is known color: Sprout. HEX triplet: C7, D5 and 9B. RGB value is (199,213,155). Sum of RGB (Red+Green+Blue) = 199+213+155=567 (75% of max value = 765). Red value is 199 (78.12% from 255 or 35.10% from 567); Green value is 213 (83.59% from 255 or 37.57% from 567); Blue value is 155 (60.94% from 255 or 27.34% from 567); Max value from RGB is 213 - color contains mainly: green. Hex color #C7D59B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7D59B is #382A64. Grayscale: #CACACA. Windows color (decimal): -3680869 or 10212807. OLE color: 10212807.
HSL color Cylindrical-coordinate representation of color #C7D59B: hue angle of 74.48º degrees, saturation: 0.41, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C7D59B is Cyan = 0.07, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 199 | 213 | 155 | - |
| CMYK | 0.07 | 0 | 0.27 | 0.16 |
| HSL | 74.48º | 0.41% | 0.72% | - |
| HSV(B) | 74.48º | 0.27% | 0.84% | - |
| XYZ | 53.26 | 62.1 | 40.19 | - |
| YUV | 202.2 | 101.36 | 125.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 213 | 155 | 0.07 | 0 | 0.27 | 0.16 | 74.48 | 0.41 | 0.72 |
| Hex | C7 | D5 | 9B | 7 | 0 | 1B | 10 | 4A | 29 | 48 |
| Octal | 307 | 325 | 233 | 7 | 0 | 33 | 20 | 112 | 51 | 110 |
| Binary | 11000111 | 11010101 | 10011011 | 111 | 0 | 11011 | 10000 | 1001010 | 101001 | 1001000 |
Color Harmonies of #C7D59B
Complementary color
Monochromatic Colors of #C7D59B
Black with #C7D59B
Text Example
Text Example
White with #C7D59B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7D59B; }
p { color: rgb(199,213,155); }
H1.HeaderClassName
{
color: #C7D59B;
}
.AnyTagClassName
{
color: #C7D59B;
}
</style>
background-color css
<style>
a { background-color: #C7D59B; }
a { background-color: rgb(199,213,155); }
div.DivClassName
{
background-color: #C7D59B;
}
.BgClassName
{
background-color: #C7D59B;
}
</style>
border-color css
<style>
span { border-color: #C7D59B; }
span { border-color: rgb(199,213,155); }
td.TdClassName
{
border-color: #C7D59B;
}
.TagClassName
{
border-color: #C7D59B;
}
</style>