Shades of Sprout #C3D59B
Tints of Sprout #C3D59B
RGB
CMYK
RGB Variations
Color information
#C3D59B (or 0xC3D59B) is known color: Sprout. HEX triplet: C3, D5 and 9B. RGB value is (195,213,155). Sum of RGB (Red+Green+Blue) = 195+213+155=563 (74% of max value = 765). Red value is 195 (76.56% from 255 or 34.64% from 563); Green value is 213 (83.59% from 255 or 37.83% from 563); Blue value is 155 (60.94% from 255 or 27.53% from 563); Max value from RGB is 213 - color contains mainly: green. Hex color #C3D59B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3D59B is #3C2A64. Grayscale: #C9C9C9. Windows color (decimal): -3943013 or 10212803. OLE color: 10212803.
HSL color Cylindrical-coordinate representation of color #C3D59B: hue angle of 78.62º degrees, saturation: 0.41, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C3D59B is Cyan = 0.08, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 195 | 213 | 155 | - |
| CMYK | 0.08 | 0 | 0.27 | 0.16 |
| HSL | 78.62º | 0.41% | 0.72% | - |
| HSV(B) | 78.62º | 0.27% | 0.84% | - |
| XYZ | 52.22 | 61.56 | 40.14 | - |
| YUV | 201.01 | 102.04 | 123.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 213 | 155 | 0.08 | 0 | 0.27 | 0.16 | 78.62 | 0.41 | 0.72 |
| Hex | C3 | D5 | 9B | 8 | 0 | 1B | 10 | 4F | 29 | 48 |
| Octal | 303 | 325 | 233 | 10 | 0 | 33 | 20 | 117 | 51 | 110 |
| Binary | 11000011 | 11010101 | 10011011 | 1000 | 0 | 11011 | 10000 | 1001111 | 101001 | 1001000 |
Color Harmonies of #C3D59B
Complementary color
Monochromatic Colors of #C3D59B
Black with #C3D59B
Text Example
Text Example
White with #C3D59B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3D59B; }
p { color: rgb(195,213,155); }
H1.HeaderClassName
{
color: #C3D59B;
}
.AnyTagClassName
{
color: #C3D59B;
}
</style>
background-color css
<style>
a { background-color: #C3D59B; }
a { background-color: rgb(195,213,155); }
div.DivClassName
{
background-color: #C3D59B;
}
.BgClassName
{
background-color: #C3D59B;
}
</style>
border-color css
<style>
span { border-color: #C3D59B; }
span { border-color: rgb(195,213,155); }
td.TdClassName
{
border-color: #C3D59B;
}
.TagClassName
{
border-color: #C3D59B;
}
</style>