Shades of Sprout #B5CB9A
Tints of Sprout #B5CB9A
RGB
CMYK
RGB Variations
Color information
#B5CB9A (or 0xB5CB9A) is known color: Sprout. HEX triplet: B5, CB and 9A. RGB value is (181,203,154). Sum of RGB (Red+Green+Blue) = 181+203+154=538 (71% of max value = 765). Red value is 181 (71.09% from 255 or 33.64% from 538); Green value is 203 (79.69% from 255 or 37.73% from 538); Blue value is 154 (60.55% from 255 or 28.62% from 538); Max value from RGB is 203 - color contains mainly: green. Hex color #B5CB9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5CB9A is #4A3465. Grayscale: #BFBFBF. Windows color (decimal): -4863078 or 10144693. OLE color: 10144693.
HSL color Cylindrical-coordinate representation of color #B5CB9A: hue angle of 86.94º 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 #B5CB9A is Cyan = 0.11, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 181 | 203 | 154 | - |
| CMYK | 0.11 | 0 | 0.24 | 0.20 |
| HSL | 86.94º | 0.32% | 0.7% | - |
| HSV(B) | 86.94º | 0.24% | 0.8% | - |
| XYZ | 46.24 | 54.87 | 38.73 | - |
| YUV | 190.84 | 107.21 | 120.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 203 | 154 | 0.11 | 0 | 0.24 | 0.20 | 86.94 | 0.32 | 0.7 |
| Hex | B5 | CB | 9A | B | 0 | 18 | 14 | 57 | 20 | 46 |
| Octal | 265 | 313 | 232 | 13 | 0 | 30 | 24 | 127 | 40 | 106 |
| Binary | 10110101 | 11001011 | 10011010 | 1011 | 0 | 11000 | 10100 | 1010111 | 100000 | 1000110 |
Color Harmonies of #B5CB9A
Complementary color
Monochromatic Colors of #B5CB9A
Black with #B5CB9A
Text Example
Text Example
White with #B5CB9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5CB9A; }
p { color: rgb(181,203,154); }
H1.HeaderClassName
{
color: #B5CB9A;
}
.AnyTagClassName
{
color: #B5CB9A;
}
</style>
background-color css
<style>
a { background-color: #B5CB9A; }
a { background-color: rgb(181,203,154); }
div.DivClassName
{
background-color: #B5CB9A;
}
.BgClassName
{
background-color: #B5CB9A;
}
</style>
border-color css
<style>
span { border-color: #B5CB9A; }
span { border-color: rgb(181,203,154); }
td.TdClassName
{
border-color: #B5CB9A;
}
.TagClassName
{
border-color: #B5CB9A;
}
</style>