Shades of Sprout #B5CB9E
Tints of Sprout #B5CB9E
RGB
CMYK
RGB Variations
Color information
#B5CB9E (or 0xB5CB9E) is known color: Sprout. HEX triplet: B5, CB and 9E. RGB value is (181,203,158). Sum of RGB (Red+Green+Blue) = 181+203+158=542 (71% of max value = 765). Red value is 181 (71.09% from 255 or 33.39% from 542); Green value is 203 (79.69% from 255 or 37.45% from 542); Blue value is 158 (62.11% from 255 or 29.15% from 542); Max value from RGB is 203 - color contains mainly: green. Hex color #B5CB9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5CB9E is #4A3461. Grayscale: #BFBFBF. Windows color (decimal): -4863074 or 10406837. OLE color: 10406837.
HSL color Cylindrical-coordinate representation of color #B5CB9E: hue angle of 89.33º degrees, saturation: 0.3, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B5CB9E is Cyan = 0.11, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 181 | 203 | 158 | - |
| CMYK | 0.11 | 0 | 0.22 | 0.20 |
| HSL | 89.33º | 0.3% | 0.71% | - |
| HSV(B) | 89.33º | 0.22% | 0.8% | - |
| XYZ | 46.58 | 55 | 40.51 | - |
| YUV | 191.29 | 109.21 | 120.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 203 | 158 | 0.11 | 0 | 0.22 | 0.20 | 89.33 | 0.3 | 0.71 |
| Hex | B5 | CB | 9E | B | 0 | 16 | 14 | 59 | 1E | 47 |
| Octal | 265 | 313 | 236 | 13 | 0 | 26 | 24 | 131 | 36 | 107 |
| Binary | 10110101 | 11001011 | 10011110 | 1011 | 0 | 10110 | 10100 | 1011001 | 11110 | 1000111 |
Color Harmonies of #B5CB9E
Complementary color
Monochromatic Colors of #B5CB9E
Black with #B5CB9E
Text Example
Text Example
White with #B5CB9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5CB9E; }
p { color: rgb(181,203,158); }
H1.HeaderClassName
{
color: #B5CB9E;
}
.AnyTagClassName
{
color: #B5CB9E;
}
</style>
background-color css
<style>
a { background-color: #B5CB9E; }
a { background-color: rgb(181,203,158); }
div.DivClassName
{
background-color: #B5CB9E;
}
.BgClassName
{
background-color: #B5CB9E;
}
</style>
border-color css
<style>
span { border-color: #B5CB9E; }
span { border-color: rgb(181,203,158); }
td.TdClassName
{
border-color: #B5CB9E;
}
.TagClassName
{
border-color: #B5CB9E;
}
</style>