Shades of Sprout #C1DB98
Tints of Sprout #C1DB98
RGB
CMYK
RGB Variations
Color information
#C1DB98 (or 0xC1DB98) is known color: Sprout. HEX triplet: C1, DB and 98. RGB value is (193,219,152). Sum of RGB (Red+Green+Blue) = 193+219+152=564 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.22% from 564); Green value is 219 (85.94% from 255 or 38.83% from 564); Blue value is 152 (59.77% from 255 or 26.95% from 564); Max value from RGB is 219 - color contains mainly: green. Hex color #C1DB98 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1DB98 is #3E2467. Grayscale: #CBCBCB. Windows color (decimal): -4072552 or 10017729. OLE color: 10017729.
HSL color Cylindrical-coordinate representation of color #C1DB98: hue angle of 83.28º degrees, saturation: 0.48, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C1DB98 is Cyan = 0.12, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 193 | 219 | 152 | - |
| CMYK | 0.12 | 0 | 0.31 | 0.14 |
| HSL | 83.28º | 0.48% | 0.73% | - |
| HSV(B) | 83.28º | 0.31% | 0.86% | - |
| XYZ | 52.99 | 64.27 | 39.32 | - |
| YUV | 203.59 | 98.89 | 120.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 219 | 152 | 0.12 | 0 | 0.31 | 0.14 | 83.28 | 0.48 | 0.73 |
| Hex | C1 | DB | 98 | C | 0 | 1F | E | 53 | 30 | 49 |
| Octal | 301 | 333 | 230 | 14 | 0 | 37 | 16 | 123 | 60 | 111 |
| Binary | 11000001 | 11011011 | 10011000 | 1100 | 0 | 11111 | 1110 | 1010011 | 110000 | 1001001 |
Color Harmonies of #C1DB98
Complementary color
Monochromatic Colors of #C1DB98
Black with #C1DB98
Text Example
Text Example
White with #C1DB98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1DB98; }
p { color: rgb(193,219,152); }
H1.HeaderClassName
{
color: #C1DB98;
}
.AnyTagClassName
{
color: #C1DB98;
}
</style>
background-color css
<style>
a { background-color: #C1DB98; }
a { background-color: rgb(193,219,152); }
div.DivClassName
{
background-color: #C1DB98;
}
.BgClassName
{
background-color: #C1DB98;
}
</style>
border-color css
<style>
span { border-color: #C1DB98; }
span { border-color: rgb(193,219,152); }
td.TdClassName
{
border-color: #C1DB98;
}
.TagClassName
{
border-color: #C1DB98;
}
</style>