Shades of Sprout #B0CC91
Tints of Sprout #B0CC91
RGB
CMYK
RGB Variations
Color information
#B0CC91 (or 0xB0CC91) is known color: Sprout. HEX triplet: B0, CC and 91. RGB value is (176,204,145). Sum of RGB (Red+Green+Blue) = 176+204+145=525 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.52% from 525); Green value is 204 (80.08% from 255 or 38.86% from 525); Blue value is 145 (57.03% from 255 or 27.62% from 525); Max value from RGB is 204 - color contains mainly: green. Hex color #B0CC91 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0CC91 is #4F336E. Grayscale: #BDBDBD. Windows color (decimal): -5190511 or 9555120. OLE color: 9555120.
HSL color Cylindrical-coordinate representation of color #B0CC91: hue angle of 88.47º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B0CC91 is Cyan = 0.14, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 176 | 204 | 145 | - |
| CMYK | 0.14 | 0 | 0.29 | 0.2 |
| HSL | 88.47º | 0.37% | 0.68% | - |
| HSV(B) | 88.47º | 0.29% | 0.8% | - |
| XYZ | 44.61 | 54.46 | 34.95 | - |
| YUV | 188.9 | 103.22 | 118.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 204 | 145 | 0.14 | 0 | 0.29 | 0.2 | 88.47 | 0.37 | 0.68 |
| Hex | B0 | CC | 91 | E | 0 | 1D | 14 | 58 | 25 | 44 |
| Octal | 260 | 314 | 221 | 16 | 0 | 35 | 24 | 130 | 45 | 104 |
| Binary | 10110000 | 11001100 | 10010001 | 1110 | 0 | 11101 | 10100 | 1011000 | 100101 | 1000100 |
Color Harmonies of #B0CC91
Complementary color
Monochromatic Colors of #B0CC91
Black with #B0CC91
Text Example
Text Example
White with #B0CC91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0CC91; }
p { color: rgb(176,204,145); }
H1.HeaderClassName
{
color: #B0CC91;
}
.AnyTagClassName
{
color: #B0CC91;
}
</style>
background-color css
<style>
a { background-color: #B0CC91; }
a { background-color: rgb(176,204,145); }
div.DivClassName
{
background-color: #B0CC91;
}
.BgClassName
{
background-color: #B0CC91;
}
</style>
border-color css
<style>
span { border-color: #B0CC91; }
span { border-color: rgb(176,204,145); }
td.TdClassName
{
border-color: #B0CC91;
}
.TagClassName
{
border-color: #B0CC91;
}
</style>