Shades of Sprout #BBCC8E
Tints of Sprout #BBCC8E
RGB
CMYK
RGB Variations
Color information
#BBCC8E (or 0xBBCC8E) is known color: Sprout. HEX triplet: BB, CC and 8E. RGB value is (187,204,142). Sum of RGB (Red+Green+Blue) = 187+204+142=533 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.08% from 533); Green value is 204 (80.08% from 255 or 38.27% from 533); Blue value is 142 (55.86% from 255 or 26.64% from 533); Max value from RGB is 204 - color contains mainly: green. Hex color #BBCC8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBCC8E is #443371. Grayscale: #C0C0C0. Windows color (decimal): -4469618 or 9358523. OLE color: 9358523.
HSL color Cylindrical-coordinate representation of color #BBCC8E: hue angle of 76.45º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BBCC8E is Cyan = 0.08, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 187 | 204 | 142 | - |
| CMYK | 0.08 | 0 | 0.30 | 0.2 |
| HSL | 76.45º | 0.38% | 0.68% | - |
| HSV(B) | 76.45º | 0.3% | 0.8% | - |
| XYZ | 46.97 | 55.7 | 33.87 | - |
| YUV | 191.85 | 99.87 | 124.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 204 | 142 | 0.08 | 0 | 0.30 | 0.2 | 76.45 | 0.38 | 0.68 |
| Hex | BB | CC | 8E | 8 | 0 | 1E | 14 | 4C | 26 | 44 |
| Octal | 273 | 314 | 216 | 10 | 0 | 36 | 24 | 114 | 46 | 104 |
| Binary | 10111011 | 11001100 | 10001110 | 1000 | 0 | 11110 | 10100 | 1001100 | 100110 | 1000100 |
Color Harmonies of #BBCC8E
Complementary color
Monochromatic Colors of #BBCC8E
Black with #BBCC8E
Text Example
Text Example
White with #BBCC8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCC8E; }
p { color: rgb(187,204,142); }
H1.HeaderClassName
{
color: #BBCC8E;
}
.AnyTagClassName
{
color: #BBCC8E;
}
</style>
background-color css
<style>
a { background-color: #BBCC8E; }
a { background-color: rgb(187,204,142); }
div.DivClassName
{
background-color: #BBCC8E;
}
.BgClassName
{
background-color: #BBCC8E;
}
</style>
border-color css
<style>
span { border-color: #BBCC8E; }
span { border-color: rgb(187,204,142); }
td.TdClassName
{
border-color: #BBCC8E;
}
.TagClassName
{
border-color: #BBCC8E;
}
</style>