Shades of Sprout #C4D29B
Tints of Sprout #C4D29B
RGB
CMYK
RGB Variations
Color information
#C4D29B (or 0xC4D29B) is known color: Sprout. HEX triplet: C4, D2 and 9B. RGB value is (196,210,155). Sum of RGB (Red+Green+Blue) = 196+210+155=561 (74% of max value = 765). Red value is 196 (76.95% from 255 or 34.94% from 561); Green value is 210 (82.42% from 255 or 37.43% from 561); Blue value is 155 (60.94% from 255 or 27.63% from 561); Max value from RGB is 210 - color contains mainly: green. Hex color #C4D29B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4D29B is #3B2D64. Grayscale: #C7C7C7. Windows color (decimal): -3878245 or 10212036. OLE color: 10212036.
HSL color Cylindrical-coordinate representation of color #C4D29B: hue angle of 75.27º degrees, saturation: 0.38, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C4D29B is Cyan = 0.07, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.18.
Color convert
RGB | 196 | 210 | 155 | - |
CMYK | 0.07 | 0 | 0.26 | 0.18 |
HSL | 75.27º | 0.38% | 0.72% | - |
HSV(B) | 75.27º | 0.26% | 0.82% | - |
XYZ | 51.73 | 60.2 | 39.9 | - |
YUV | 199.54 | 102.86 | 125.47 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 196 | 210 | 155 | 0.07 | 0 | 0.26 | 0.18 | 75.27 | 0.38 | 0.72 |
Hex | C4 | D2 | 9B | 7 | 0 | 1A | 12 | 4B | 26 | 48 |
Octal | 304 | 322 | 233 | 7 | 0 | 32 | 22 | 113 | 46 | 110 |
Binary | 11000100 | 11010010 | 10011011 | 111 | 0 | 11010 | 10010 | 1001011 | 100110 | 1001000 |
Color Harmonies of #C4D29B
Complementary color
Monochromatic Colors of #C4D29B
Black with #C4D29B
Text Example
Text Example
White with #C4D29B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4D29B; }
p { color: rgb(196,210,155); }
H1.HeaderClassName
{
color: #C4D29B;
}
.AnyTagClassName
{
color: #C4D29B;
}
</style>
background-color css
<style>
a { background-color: #C4D29B; }
a { background-color: rgb(196,210,155); }
div.DivClassName
{
background-color: #C4D29B;
}
.BgClassName
{
background-color: #C4D29B;
}
</style>
border-color css
<style>
span { border-color: #C4D29B; }
span { border-color: rgb(196,210,155); }
td.TdClassName
{
border-color: #C4D29B;
}
.TagClassName
{
border-color: #C4D29B;
}
</style>