Shades of Sprout #B0CC96
Tints of Sprout #B0CC96
RGB
CMYK
RGB Variations
Color information
#B0CC96 (or 0xB0CC96) is known color: Sprout. HEX triplet: B0, CC and 96. RGB value is (176,204,150). Sum of RGB (Red+Green+Blue) = 176+204+150=530 (70% of max value = 765). Red value is 176 (69.14% from 255 or 33.21% from 530); Green value is 204 (80.08% from 255 or 38.49% from 530); Blue value is 150 (58.98% from 255 or 28.30% from 530); Max value from RGB is 204 - color contains mainly: green. Hex color #B0CC96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0CC96 is #4F3369. Grayscale: #BDBDBD. Windows color (decimal): -5190506 or 9882800. OLE color: 9882800.
HSL color Cylindrical-coordinate representation of color #B0CC96: hue angle of 91.11º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B0CC96 is Cyan = 0.14, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 176 | 204 | 150 | - |
| CMYK | 0.14 | 0 | 0.26 | 0.2 |
| HSL | 91.11º | 0.35% | 0.69% | - |
| HSV(B) | 91.11º | 0.26% | 0.8% | - |
| XYZ | 45 | 54.62 | 37.02 | - |
| YUV | 189.47 | 105.72 | 118.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 204 | 150 | 0.14 | 0 | 0.26 | 0.2 | 91.11 | 0.35 | 0.69 |
| Hex | B0 | CC | 96 | E | 0 | 1A | 14 | 5B | 23 | 45 |
| Octal | 260 | 314 | 226 | 16 | 0 | 32 | 24 | 133 | 43 | 105 |
| Binary | 10110000 | 11001100 | 10010110 | 1110 | 0 | 11010 | 10100 | 1011011 | 100011 | 1000101 |
Color Harmonies of #B0CC96
Complementary color
Monochromatic Colors of #B0CC96
Black with #B0CC96
Text Example
Text Example
White with #B0CC96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0CC96; }
p { color: rgb(176,204,150); }
H1.HeaderClassName
{
color: #B0CC96;
}
.AnyTagClassName
{
color: #B0CC96;
}
</style>
background-color css
<style>
a { background-color: #B0CC96; }
a { background-color: rgb(176,204,150); }
div.DivClassName
{
background-color: #B0CC96;
}
.BgClassName
{
background-color: #B0CC96;
}
</style>
border-color css
<style>
span { border-color: #B0CC96; }
span { border-color: rgb(176,204,150); }
td.TdClassName
{
border-color: #B0CC96;
}
.TagClassName
{
border-color: #B0CC96;
}
</style>