Shades of Sprout #C6DB99
Tints of Sprout #C6DB99
RGB
CMYK
RGB Variations
Color information
#C6DB99 (or 0xC6DB99) is known color: Sprout. HEX triplet: C6, DB and 99. RGB value is (198,219,153). Sum of RGB (Red+Green+Blue) = 198+219+153=570 (75% of max value = 765). Red value is 198 (77.73% from 255 or 34.74% from 570); Green value is 219 (85.94% from 255 or 38.42% from 570); Blue value is 153 (60.16% from 255 or 26.84% from 570); Max value from RGB is 219 - color contains mainly: green. Hex color #C6DB99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6DB99 is #392466. Grayscale: #CDCDCD. Windows color (decimal): -3744871 or 10083270. OLE color: 10083270.
HSL color Cylindrical-coordinate representation of color #C6DB99: hue angle of 79.09º degrees, saturation: 0.48, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C6DB99 is Cyan = 0.10, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 198 | 219 | 153 | - |
| CMYK | 0.10 | 0 | 0.30 | 0.14 |
| HSL | 79.09º | 0.48% | 0.73% | - |
| HSV(B) | 79.09º | 0.3% | 0.86% | - |
| XYZ | 54.37 | 64.97 | 39.81 | - |
| YUV | 205.2 | 98.54 | 122.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 219 | 153 | 0.10 | 0 | 0.30 | 0.14 | 79.09 | 0.48 | 0.73 |
| Hex | C6 | DB | 99 | A | 0 | 1E | E | 4F | 30 | 49 |
| Octal | 306 | 333 | 231 | 12 | 0 | 36 | 16 | 117 | 60 | 111 |
| Binary | 11000110 | 11011011 | 10011001 | 1010 | 0 | 11110 | 1110 | 1001111 | 110000 | 1001001 |
Color Harmonies of #C6DB99
Complementary color
Monochromatic Colors of #C6DB99
Black with #C6DB99
Text Example
Text Example
White with #C6DB99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6DB99; }
p { color: rgb(198,219,153); }
H1.HeaderClassName
{
color: #C6DB99;
}
.AnyTagClassName
{
color: #C6DB99;
}
</style>
background-color css
<style>
a { background-color: #C6DB99; }
a { background-color: rgb(198,219,153); }
div.DivClassName
{
background-color: #C6DB99;
}
.BgClassName
{
background-color: #C6DB99;
}
</style>
border-color css
<style>
span { border-color: #C6DB99; }
span { border-color: rgb(198,219,153); }
td.TdClassName
{
border-color: #C6DB99;
}
.TagClassName
{
border-color: #C6DB99;
}
</style>