Shades of Sprout #C2D99B
Tints of Sprout #C2D99B
RGB
CMYK
RGB Variations
Color information
#C2D99B (or 0xC2D99B) is known color: Sprout. HEX triplet: C2, D9 and 9B. RGB value is (194,217,155). Sum of RGB (Red+Green+Blue) = 194+217+155=566 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.28% from 566); Green value is 217 (85.16% from 255 or 38.34% from 566); Blue value is 155 (60.94% from 255 or 27.39% from 566); Max value from RGB is 217 - color contains mainly: green. Hex color #C2D99B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2D99B is #3D2664. Grayscale: #CBCBCB. Windows color (decimal): -4007525 or 10213826. OLE color: 10213826.
HSL color Cylindrical-coordinate representation of color #C2D99B: hue angle of 82.26º degrees, saturation: 0.45, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C2D99B is Cyan = 0.11, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
RGB | 194 | 217 | 155 | - |
CMYK | 0.11 | 0 | 0.29 | 0.15 |
HSL | 82.26º | 0.45% | 0.73% | - |
HSV(B) | 82.26º | 0.29% | 0.85% | - |
XYZ | 52.98 | 63.46 | 40.47 | - |
YUV | 203.06 | 100.88 | 121.54 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 217 | 155 | 0.11 | 0 | 0.29 | 0.15 | 82.26 | 0.45 | 0.73 |
Hex | C2 | D9 | 9B | B | 0 | 1D | F | 52 | 2D | 49 |
Octal | 302 | 331 | 233 | 13 | 0 | 35 | 17 | 122 | 55 | 111 |
Binary | 11000010 | 11011001 | 10011011 | 1011 | 0 | 11101 | 1111 | 1010010 | 101101 | 1001001 |
Color Harmonies of #C2D99B
Complementary color
Monochromatic Colors of #C2D99B
Black with #C2D99B
Text Example
Text Example
White with #C2D99B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2D99B; }
p { color: rgb(194,217,155); }
H1.HeaderClassName
{
color: #C2D99B;
}
.AnyTagClassName
{
color: #C2D99B;
}
</style>
background-color css
<style>
a { background-color: #C2D99B; }
a { background-color: rgb(194,217,155); }
div.DivClassName
{
background-color: #C2D99B;
}
.BgClassName
{
background-color: #C2D99B;
}
</style>
border-color css
<style>
span { border-color: #C2D99B; }
span { border-color: rgb(194,217,155); }
td.TdClassName
{
border-color: #C2D99B;
}
.TagClassName
{
border-color: #C2D99B;
}
</style>