Shades of Sprout #B5C29E
Tints of Sprout #B5C29E
RGB
CMYK
RGB Variations
Color information
#B5C29E (or 0xB5C29E) is known color: Sprout. HEX triplet: B5, C2 and 9E. RGB value is (181,194,158). Sum of RGB (Red+Green+Blue) = 181+194+158=533 (70% of max value = 765). Red value is 181 (71.09% from 255 or 33.96% from 533); Green value is 194 (76.17% from 255 or 36.40% from 533); Blue value is 158 (62.11% from 255 or 29.64% from 533); Max value from RGB is 194 - color contains mainly: green. Hex color #B5C29E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5C29E is #4A3D61. Grayscale: #BABABA. Windows color (decimal): -4865378 or 10404533. OLE color: 10404533.
HSL color Cylindrical-coordinate representation of color #B5C29E: hue angle of 81.67º 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 #B5C29E is Cyan = 0.07, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 181 | 194 | 158 | - |
| CMYK | 0.07 | 0 | 0.19 | 0.24 |
| HSL | 81.67º | 0.23% | 0.69% | - |
| HSV(B) | 81.67º | 0.19% | 0.76% | - |
| XYZ | 44.52 | 50.88 | 39.82 | - |
| YUV | 186.01 | 112.19 | 124.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 194 | 158 | 0.07 | 0 | 0.19 | 0.24 | 81.67 | 0.23 | 0.69 |
| Hex | B5 | C2 | 9E | 7 | 0 | 13 | 18 | 52 | 17 | 45 |
| Octal | 265 | 302 | 236 | 7 | 0 | 23 | 30 | 122 | 27 | 105 |
| Binary | 10110101 | 11000010 | 10011110 | 111 | 0 | 10011 | 11000 | 1010010 | 10111 | 1000101 |
Color Harmonies of #B5C29E
Complementary color
Monochromatic Colors of #B5C29E
Black with #B5C29E
Text Example
Text Example
White with #B5C29E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C29E; }
p { color: rgb(181,194,158); }
H1.HeaderClassName
{
color: #B5C29E;
}
.AnyTagClassName
{
color: #B5C29E;
}
</style>
background-color css
<style>
a { background-color: #B5C29E; }
a { background-color: rgb(181,194,158); }
div.DivClassName
{
background-color: #B5C29E;
}
.BgClassName
{
background-color: #B5C29E;
}
</style>
border-color css
<style>
span { border-color: #B5C29E; }
span { border-color: rgb(181,194,158); }
td.TdClassName
{
border-color: #B5C29E;
}
.TagClassName
{
border-color: #B5C29E;
}
</style>