Shades of Sprout #B0CC94
Tints of Sprout #B0CC94
RGB
CMYK
RGB Variations
Color information
#B0CC94 (or 0xB0CC94) is known color: Sprout. HEX triplet: B0, CC and 94. RGB value is (176,204,148). Sum of RGB (Red+Green+Blue) = 176+204+148=528 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.33% from 528); Green value is 204 (80.08% from 255 or 38.64% from 528); Blue value is 148 (58.20% from 255 or 28.03% from 528); Max value from RGB is 204 - color contains mainly: green. Hex color #B0CC94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0CC94 is #4F336B. Grayscale: #BDBDBD. Windows color (decimal): -5190508 or 9751728. OLE color: 9751728.
HSL color Cylindrical-coordinate representation of color #B0CC94: hue angle of 90º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B0CC94 is Cyan = 0.14, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 176 | 204 | 148 | - |
| CMYK | 0.14 | 0 | 0.27 | 0.2 |
| HSL | 90º | 0.35% | 0.69% | - |
| HSV(B) | 90º | 0.27% | 0.8% | - |
| XYZ | 44.84 | 54.55 | 36.18 | - |
| YUV | 189.24 | 104.72 | 118.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 204 | 148 | 0.14 | 0 | 0.27 | 0.2 | 90 | 0.35 | 0.69 |
| Hex | B0 | CC | 94 | E | 0 | 1B | 14 | 5A | 23 | 45 |
| Octal | 260 | 314 | 224 | 16 | 0 | 33 | 24 | 132 | 43 | 105 |
| Binary | 10110000 | 11001100 | 10010100 | 1110 | 0 | 11011 | 10100 | 1011010 | 100011 | 1000101 |
Color Harmonies of #B0CC94
Complementary color
Monochromatic Colors of #B0CC94
Black with #B0CC94
Text Example
Text Example
White with #B0CC94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0CC94; }
p { color: rgb(176,204,148); }
H1.HeaderClassName
{
color: #B0CC94;
}
.AnyTagClassName
{
color: #B0CC94;
}
</style>
background-color css
<style>
a { background-color: #B0CC94; }
a { background-color: rgb(176,204,148); }
div.DivClassName
{
background-color: #B0CC94;
}
.BgClassName
{
background-color: #B0CC94;
}
</style>
border-color css
<style>
span { border-color: #B0CC94; }
span { border-color: rgb(176,204,148); }
td.TdClassName
{
border-color: #B0CC94;
}
.TagClassName
{
border-color: #B0CC94;
}
</style>