Shades of Sprout #B5CB9B
Tints of Sprout #B5CB9B
RGB
CMYK
RGB Variations
Color information
#B5CB9B (or 0xB5CB9B) is known color: Sprout. HEX triplet: B5, CB and 9B. RGB value is (181,203,155). Sum of RGB (Red+Green+Blue) = 181+203+155=539 (71% of max value = 765). Red value is 181 (71.09% from 255 or 33.58% from 539); Green value is 203 (79.69% from 255 or 37.66% from 539); Blue value is 155 (60.94% from 255 or 28.76% from 539); Max value from RGB is 203 - color contains mainly: green. Hex color #B5CB9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5CB9B is #4A3464. Grayscale: #BFBFBF. Windows color (decimal): -4863077 or 10210229. OLE color: 10210229.
HSL color Cylindrical-coordinate representation of color #B5CB9B: hue angle of 87.5º degrees, saturation: 0.32, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B5CB9B is Cyan = 0.11, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 181 | 203 | 155 | - |
| CMYK | 0.11 | 0 | 0.24 | 0.20 |
| HSL | 87.5º | 0.32% | 0.7% | - |
| HSV(B) | 87.5º | 0.24% | 0.8% | - |
| XYZ | 46.33 | 54.9 | 39.17 | - |
| YUV | 190.95 | 107.71 | 120.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 203 | 155 | 0.11 | 0 | 0.24 | 0.20 | 87.5 | 0.32 | 0.7 |
| Hex | B5 | CB | 9B | B | 0 | 18 | 14 | 57 | 20 | 46 |
| Octal | 265 | 313 | 233 | 13 | 0 | 30 | 24 | 127 | 40 | 106 |
| Binary | 10110101 | 11001011 | 10011011 | 1011 | 0 | 11000 | 10100 | 1010111 | 100000 | 1000110 |
Color Harmonies of #B5CB9B
Complementary color
Monochromatic Colors of #B5CB9B
Black with #B5CB9B
Text Example
Text Example
White with #B5CB9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5CB9B; }
p { color: rgb(181,203,155); }
H1.HeaderClassName
{
color: #B5CB9B;
}
.AnyTagClassName
{
color: #B5CB9B;
}
</style>
background-color css
<style>
a { background-color: #B5CB9B; }
a { background-color: rgb(181,203,155); }
div.DivClassName
{
background-color: #B5CB9B;
}
.BgClassName
{
background-color: #B5CB9B;
}
</style>
border-color css
<style>
span { border-color: #B5CB9B; }
span { border-color: rgb(181,203,155); }
td.TdClassName
{
border-color: #B5CB9B;
}
.TagClassName
{
border-color: #B5CB9B;
}
</style>