Shades of Sprout #C6DB96
Tints of Sprout #C6DB96
RGB
CMYK
RGB Variations
Color information
#C6DB96 (or 0xC6DB96) is known color: Sprout. HEX triplet: C6, DB and 96. RGB value is (198,219,150). Sum of RGB (Red+Green+Blue) = 198+219+150=567 (75% of max value = 765). Red value is 198 (77.73% from 255 or 34.92% from 567); Green value is 219 (85.94% from 255 or 38.62% from 567); Blue value is 150 (58.98% from 255 or 26.46% from 567); Max value from RGB is 219 - color contains mainly: green. Hex color #C6DB96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6DB96 is #392469. Grayscale: #CDCDCD. Windows color (decimal): -3744874 or 9886662. OLE color: 9886662.
HSL color Cylindrical-coordinate representation of color #C6DB96: hue angle of 78.26º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C6DB96 is Cyan = 0.10, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 198 | 219 | 150 | - |
| CMYK | 0.10 | 0 | 0.32 | 0.14 |
| HSL | 78.26º | 0.49% | 0.72% | - |
| HSV(B) | 78.26º | 0.32% | 0.86% | - |
| XYZ | 54.13 | 64.87 | 38.52 | - |
| YUV | 204.86 | 97.04 | 123.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 219 | 150 | 0.10 | 0 | 0.32 | 0.14 | 78.26 | 0.49 | 0.72 |
| Hex | C6 | DB | 96 | A | 0 | 20 | E | 4E | 31 | 48 |
| Octal | 306 | 333 | 226 | 12 | 0 | 40 | 16 | 116 | 61 | 110 |
| Binary | 11000110 | 11011011 | 10010110 | 1010 | 0 | 100000 | 1110 | 1001110 | 110001 | 1001000 |
Color Harmonies of #C6DB96
Complementary color
Monochromatic Colors of #C6DB96
Black with #C6DB96
Text Example
Text Example
White with #C6DB96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6DB96; }
p { color: rgb(198,219,150); }
H1.HeaderClassName
{
color: #C6DB96;
}
.AnyTagClassName
{
color: #C6DB96;
}
</style>
background-color css
<style>
a { background-color: #C6DB96; }
a { background-color: rgb(198,219,150); }
div.DivClassName
{
background-color: #C6DB96;
}
.BgClassName
{
background-color: #C6DB96;
}
</style>
border-color css
<style>
span { border-color: #C6DB96; }
span { border-color: rgb(198,219,150); }
td.TdClassName
{
border-color: #C6DB96;
}
.TagClassName
{
border-color: #C6DB96;
}
</style>