Shades of Sprout #C2DB97
Tints of Sprout #C2DB97
RGB
CMYK
RGB Variations
Color information
#C2DB97 (or 0xC2DB97) is known color: Sprout. HEX triplet: C2, DB and 97. RGB value is (194,219,151). Sum of RGB (Red+Green+Blue) = 194+219+151=564 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.40% from 564); Green value is 219 (85.94% from 255 or 38.83% from 564); Blue value is 151 (59.38% from 255 or 26.77% from 564); Max value from RGB is 219 - color contains mainly: green. Hex color #C2DB97 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2DB97 is #3D2468. Grayscale: #CCCCCC. Windows color (decimal): -4007017 or 9952194. OLE color: 9952194.
HSL color Cylindrical-coordinate representation of color #C2DB97: hue angle of 82.06º degrees, saturation: 0.49, 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 #C2DB97 is Cyan = 0.11, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 194 | 219 | 151 | - |
| CMYK | 0.11 | 0 | 0.31 | 0.14 |
| HSL | 82.06º | 0.49% | 0.73% | - |
| HSV(B) | 82.06º | 0.31% | 0.86% | - |
| XYZ | 53.17 | 64.37 | 38.9 | - |
| YUV | 203.77 | 98.22 | 121.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 219 | 151 | 0.11 | 0 | 0.31 | 0.14 | 82.06 | 0.49 | 0.73 |
| Hex | C2 | DB | 97 | B | 0 | 1F | E | 52 | 31 | 49 |
| Octal | 302 | 333 | 227 | 13 | 0 | 37 | 16 | 122 | 61 | 111 |
| Binary | 11000010 | 11011011 | 10010111 | 1011 | 0 | 11111 | 1110 | 1010010 | 110001 | 1001001 |
Color Harmonies of #C2DB97
Complementary color
Monochromatic Colors of #C2DB97
Black with #C2DB97
Text Example
Text Example
White with #C2DB97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2DB97; }
p { color: rgb(194,219,151); }
H1.HeaderClassName
{
color: #C2DB97;
}
.AnyTagClassName
{
color: #C2DB97;
}
</style>
background-color css
<style>
a { background-color: #C2DB97; }
a { background-color: rgb(194,219,151); }
div.DivClassName
{
background-color: #C2DB97;
}
.BgClassName
{
background-color: #C2DB97;
}
</style>
border-color css
<style>
span { border-color: #C2DB97; }
span { border-color: rgb(194,219,151); }
td.TdClassName
{
border-color: #C2DB97;
}
.TagClassName
{
border-color: #C2DB97;
}
</style>