Shades of Sprout #C8D99B
Tints of Sprout #C8D99B
RGB
CMYK
RGB Variations
Color information
#C8D99B (or 0xC8D99B) is known color: Sprout. HEX triplet: C8, D9 and 9B. RGB value is (200,217,155). Sum of RGB (Red+Green+Blue) = 200+217+155=572 (75% of max value = 765). Red value is 200 (78.52% from 255 or 34.97% from 572); Green value is 217 (85.16% from 255 or 37.94% from 572); Blue value is 155 (60.94% from 255 or 27.10% from 572); Max value from RGB is 217 - color contains mainly: green. Hex color #C8D99B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8D99B is #372664. Grayscale: #CDCDCD. Windows color (decimal): -3614309 or 10213832. OLE color: 10213832.
HSL color Cylindrical-coordinate representation of color #C8D99B: hue angle of 76.45º degrees, saturation: 0.45, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C8D99B is Cyan = 0.08, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 200 | 217 | 155 | - |
| CMYK | 0.08 | 0 | 0.29 | 0.15 |
| HSL | 76.45º | 0.45% | 0.73% | - |
| HSV(B) | 76.45º | 0.29% | 0.85% | - |
| XYZ | 54.55 | 64.27 | 40.54 | - |
| YUV | 204.85 | 99.87 | 124.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 217 | 155 | 0.08 | 0 | 0.29 | 0.15 | 76.45 | 0.45 | 0.73 |
| Hex | C8 | D9 | 9B | 8 | 0 | 1D | F | 4C | 2D | 49 |
| Octal | 310 | 331 | 233 | 10 | 0 | 35 | 17 | 114 | 55 | 111 |
| Binary | 11001000 | 11011001 | 10011011 | 1000 | 0 | 11101 | 1111 | 1001100 | 101101 | 1001001 |
Color Harmonies of #C8D99B
Complementary color
Monochromatic Colors of #C8D99B
Black with #C8D99B
Text Example
Text Example
White with #C8D99B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8D99B; }
p { color: rgb(200,217,155); }
H1.HeaderClassName
{
color: #C8D99B;
}
.AnyTagClassName
{
color: #C8D99B;
}
</style>
background-color css
<style>
a { background-color: #C8D99B; }
a { background-color: rgb(200,217,155); }
div.DivClassName
{
background-color: #C8D99B;
}
.BgClassName
{
background-color: #C8D99B;
}
</style>
border-color css
<style>
span { border-color: #C8D99B; }
span { border-color: rgb(200,217,155); }
td.TdClassName
{
border-color: #C8D99B;
}
.TagClassName
{
border-color: #C8D99B;
}
</style>