Shades of Sprout #B5CB9C
Tints of Sprout #B5CB9C
RGB
CMYK
RGB Variations
Color information
#B5CB9C (or 0xB5CB9C) is known color: Sprout. HEX triplet: B5, CB and 9C. RGB value is (181,203,156). Sum of RGB (Red+Green+Blue) = 181+203+156=540 (71% of max value = 765). Red value is 181 (71.09% from 255 or 33.52% from 540); Green value is 203 (79.69% from 255 or 37.59% from 540); Blue value is 156 (61.33% from 255 or 28.89% from 540); Max value from RGB is 203 - color contains mainly: green. Hex color #B5CB9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5CB9C is #4A3463. Grayscale: #BFBFBF. Windows color (decimal): -4863076 or 10275765. OLE color: 10275765.
HSL color Cylindrical-coordinate representation of color #B5CB9C: hue angle of 88.09º degrees, saturation: 0.31, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B5CB9C is Cyan = 0.11, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 181 | 203 | 156 | - |
| CMYK | 0.11 | 0 | 0.23 | 0.20 |
| HSL | 88.09º | 0.31% | 0.7% | - |
| HSV(B) | 88.09º | 0.23% | 0.8% | - |
| XYZ | 46.41 | 54.94 | 39.61 | - |
| YUV | 191.06 | 108.21 | 120.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 203 | 156 | 0.11 | 0 | 0.23 | 0.20 | 88.09 | 0.31 | 0.7 |
| Hex | B5 | CB | 9C | B | 0 | 17 | 14 | 58 | 1F | 46 |
| Octal | 265 | 313 | 234 | 13 | 0 | 27 | 24 | 130 | 37 | 106 |
| Binary | 10110101 | 11001011 | 10011100 | 1011 | 0 | 10111 | 10100 | 1011000 | 11111 | 1000110 |
Color Harmonies of #B5CB9C
Complementary color
Monochromatic Colors of #B5CB9C
Black with #B5CB9C
Text Example
Text Example
White with #B5CB9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5CB9C; }
p { color: rgb(181,203,156); }
H1.HeaderClassName
{
color: #B5CB9C;
}
.AnyTagClassName
{
color: #B5CB9C;
}
</style>
background-color css
<style>
a { background-color: #B5CB9C; }
a { background-color: rgb(181,203,156); }
div.DivClassName
{
background-color: #B5CB9C;
}
.BgClassName
{
background-color: #B5CB9C;
}
</style>
border-color css
<style>
span { border-color: #B5CB9C; }
span { border-color: rgb(181,203,156); }
td.TdClassName
{
border-color: #B5CB9C;
}
.TagClassName
{
border-color: #B5CB9C;
}
</style>