Shades of Sprout #BBCD8D
Tints of Sprout #BBCD8D
RGB
CMYK
RGB Variations
Color information
#BBCD8D (or 0xBBCD8D) is known color: Sprout. HEX triplet: BB, CD and 8D. RGB value is (187,205,141). Sum of RGB (Red+Green+Blue) = 187+205+141=533 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.08% from 533); Green value is 205 (80.47% from 255 or 38.46% from 533); Blue value is 141 (55.47% from 255 or 26.45% from 533); Max value from RGB is 205 - color contains mainly: green. Hex color #BBCD8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBCD8D is #443272. Grayscale: #C0C0C0. Windows color (decimal): -4469363 or 9293243. OLE color: 9293243.
HSL color Cylindrical-coordinate representation of color #BBCD8D: hue angle of 76.88º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BBCD8D is Cyan = 0.09, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 187 | 205 | 141 | - |
| CMYK | 0.09 | 0 | 0.31 | 0.20 |
| HSL | 76.88º | 0.39% | 0.68% | - |
| HSV(B) | 76.88º | 0.31% | 0.8% | - |
| XYZ | 47.13 | 56.15 | 33.55 | - |
| YUV | 192.32 | 99.04 | 124.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 205 | 141 | 0.09 | 0 | 0.31 | 0.20 | 76.88 | 0.39 | 0.68 |
| Hex | BB | CD | 8D | 9 | 0 | 1F | 14 | 4D | 27 | 44 |
| Octal | 273 | 315 | 215 | 11 | 0 | 37 | 24 | 115 | 47 | 104 |
| Binary | 10111011 | 11001101 | 10001101 | 1001 | 0 | 11111 | 10100 | 1001101 | 100111 | 1000100 |
Color Harmonies of #BBCD8D
Complementary color
Monochromatic Colors of #BBCD8D
Black with #BBCD8D
Text Example
Text Example
White with #BBCD8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCD8D; }
p { color: rgb(187,205,141); }
H1.HeaderClassName
{
color: #BBCD8D;
}
.AnyTagClassName
{
color: #BBCD8D;
}
</style>
background-color css
<style>
a { background-color: #BBCD8D; }
a { background-color: rgb(187,205,141); }
div.DivClassName
{
background-color: #BBCD8D;
}
.BgClassName
{
background-color: #BBCD8D;
}
</style>
border-color css
<style>
span { border-color: #BBCD8D; }
span { border-color: rgb(187,205,141); }
td.TdClassName
{
border-color: #BBCD8D;
}
.TagClassName
{
border-color: #BBCD8D;
}
</style>