Shades of Sprout #B5C29D
Tints of Sprout #B5C29D
RGB
CMYK
RGB Variations
Color information
#B5C29D (or 0xB5C29D) is known color: Sprout. HEX triplet: B5, C2 and 9D. RGB value is (181,194,157). Sum of RGB (Red+Green+Blue) = 181+194+157=532 (70% of max value = 765). Red value is 181 (71.09% from 255 or 34.02% from 532); Green value is 194 (76.17% from 255 or 36.47% from 532); Blue value is 157 (61.72% from 255 or 29.51% from 532); Max value from RGB is 194 - color contains mainly: green. Hex color #B5C29D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5C29D is #4A3D62. Grayscale: #BABABA. Windows color (decimal): -4865379 or 10338997. OLE color: 10338997.
HSL color Cylindrical-coordinate representation of color #B5C29D: hue angle of 81.08º degrees, saturation: 0.23, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B5C29D is Cyan = 0.07, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 181 | 194 | 157 | - |
| CMYK | 0.07 | 0 | 0.19 | 0.24 |
| HSL | 81.08º | 0.23% | 0.69% | - |
| HSV(B) | 81.08º | 0.19% | 0.76% | - |
| XYZ | 44.43 | 50.84 | 39.37 | - |
| YUV | 185.9 | 111.69 | 124.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 194 | 157 | 0.07 | 0 | 0.19 | 0.24 | 81.08 | 0.23 | 0.69 |
| Hex | B5 | C2 | 9D | 7 | 0 | 13 | 18 | 51 | 17 | 45 |
| Octal | 265 | 302 | 235 | 7 | 0 | 23 | 30 | 121 | 27 | 105 |
| Binary | 10110101 | 11000010 | 10011101 | 111 | 0 | 10011 | 11000 | 1010001 | 10111 | 1000101 |
Color Harmonies of #B5C29D
Complementary color
Monochromatic Colors of #B5C29D
Black with #B5C29D
Text Example
Text Example
White with #B5C29D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C29D; }
p { color: rgb(181,194,157); }
H1.HeaderClassName
{
color: #B5C29D;
}
.AnyTagClassName
{
color: #B5C29D;
}
</style>
background-color css
<style>
a { background-color: #B5C29D; }
a { background-color: rgb(181,194,157); }
div.DivClassName
{
background-color: #B5C29D;
}
.BgClassName
{
background-color: #B5C29D;
}
</style>
border-color css
<style>
span { border-color: #B5C29D; }
span { border-color: rgb(181,194,157); }
td.TdClassName
{
border-color: #B5C29D;
}
.TagClassName
{
border-color: #B5C29D;
}
</style>