Shades of Sprout #B5C29A
Tints of Sprout #B5C29A
RGB
CMYK
RGB Variations
Color information
#B5C29A (or 0xB5C29A) is known color: Sprout. HEX triplet: B5, C2 and 9A. RGB value is (181,194,154). Sum of RGB (Red+Green+Blue) = 181+194+154=529 (70% of max value = 765). Red value is 181 (71.09% from 255 or 34.22% from 529); Green value is 194 (76.17% from 255 or 36.67% from 529); Blue value is 154 (60.55% from 255 or 29.11% from 529); Max value from RGB is 194 - color contains mainly: green. Hex color #B5C29A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5C29A is #4A3D65. Grayscale: #B9B9B9. Windows color (decimal): -4865382 or 10142389. OLE color: 10142389.
HSL color Cylindrical-coordinate representation of color #B5C29A: hue angle of 79.5º degrees, saturation: 0.25, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B5C29A is Cyan = 0.07, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 181 | 194 | 154 | - |
| CMYK | 0.07 | 0 | 0.21 | 0.24 |
| HSL | 79.5º | 0.25% | 0.68% | - |
| HSV(B) | 79.5º | 0.21% | 0.76% | - |
| XYZ | 44.18 | 50.74 | 38.04 | - |
| YUV | 185.55 | 110.19 | 124.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 194 | 154 | 0.07 | 0 | 0.21 | 0.24 | 79.5 | 0.25 | 0.68 |
| Hex | B5 | C2 | 9A | 7 | 0 | 15 | 18 | 50 | 19 | 44 |
| Octal | 265 | 302 | 232 | 7 | 0 | 25 | 30 | 120 | 31 | 104 |
| Binary | 10110101 | 11000010 | 10011010 | 111 | 0 | 10101 | 11000 | 1010000 | 11001 | 1000100 |
Color Harmonies of #B5C29A
Complementary color
Monochromatic Colors of #B5C29A
Black with #B5C29A
Text Example
Text Example
White with #B5C29A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C29A; }
p { color: rgb(181,194,154); }
H1.HeaderClassName
{
color: #B5C29A;
}
.AnyTagClassName
{
color: #B5C29A;
}
</style>
background-color css
<style>
a { background-color: #B5C29A; }
a { background-color: rgb(181,194,154); }
div.DivClassName
{
background-color: #B5C29A;
}
.BgClassName
{
background-color: #B5C29A;
}
</style>
border-color css
<style>
span { border-color: #B5C29A; }
span { border-color: rgb(181,194,154); }
td.TdClassName
{
border-color: #B5C29A;
}
.TagClassName
{
border-color: #B5C29A;
}
</style>