Shades of Sprout #C6DB95
Tints of Sprout #C6DB95
RGB
CMYK
RGB Variations
Color information
#C6DB95 (or 0xC6DB95) is known color: Sprout. HEX triplet: C6, DB and 95. RGB value is (198,219,149). Sum of RGB (Red+Green+Blue) = 198+219+149=566 (74% of max value = 765). Red value is 198 (77.73% from 255 or 34.98% from 566); Green value is 219 (85.94% from 255 or 38.69% from 566); Blue value is 149 (58.59% from 255 or 26.33% from 566); Max value from RGB is 219 - color contains mainly: green. Hex color #C6DB95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6DB95 is #39246A. Grayscale: #CDCDCD. Windows color (decimal): -3744875 or 9821126. OLE color: 9821126.
HSL color Cylindrical-coordinate representation of color #C6DB95: hue angle of 78º 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 #C6DB95 is Cyan = 0.10, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 198 | 219 | 149 | - |
| CMYK | 0.10 | 0 | 0.32 | 0.14 |
| HSL | 78º | 0.49% | 0.72% | - |
| HSV(B) | 78º | 0.32% | 0.86% | - |
| XYZ | 54.05 | 64.84 | 38.1 | - |
| YUV | 204.74 | 96.54 | 123.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 219 | 149 | 0.10 | 0 | 0.32 | 0.14 | 78 | 0.49 | 0.72 |
| Hex | C6 | DB | 95 | A | 0 | 20 | E | 4E | 31 | 48 |
| Octal | 306 | 333 | 225 | 12 | 0 | 40 | 16 | 116 | 61 | 110 |
| Binary | 11000110 | 11011011 | 10010101 | 1010 | 0 | 100000 | 1110 | 1001110 | 110001 | 1001000 |
Color Harmonies of #C6DB95
Complementary color
Monochromatic Colors of #C6DB95
Black with #C6DB95
Text Example
Text Example
White with #C6DB95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6DB95; }
p { color: rgb(198,219,149); }
H1.HeaderClassName
{
color: #C6DB95;
}
.AnyTagClassName
{
color: #C6DB95;
}
</style>
background-color css
<style>
a { background-color: #C6DB95; }
a { background-color: rgb(198,219,149); }
div.DivClassName
{
background-color: #C6DB95;
}
.BgClassName
{
background-color: #C6DB95;
}
</style>
border-color css
<style>
span { border-color: #C6DB95; }
span { border-color: rgb(198,219,149); }
td.TdClassName
{
border-color: #C6DB95;
}
.TagClassName
{
border-color: #C6DB95;
}
</style>