Shades of Sprout #BBD08D
Tints of Sprout #BBD08D
RGB
CMYK
RGB Variations
Color information
#BBD08D (or 0xBBD08D) is known color: Sprout. HEX triplet: BB, D0 and 8D. RGB value is (187,208,141). Sum of RGB (Red+Green+Blue) = 187+208+141=536 (70% of max value = 765). Red value is 187 (73.44% from 255 or 34.89% from 536); Green value is 208 (81.64% from 255 or 38.81% from 536); Blue value is 141 (55.47% from 255 or 26.31% from 536); Max value from RGB is 208 - color contains mainly: green. Hex color #BBD08D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBD08D is #442F72. Grayscale: #C2C2C2. Windows color (decimal): -4468595 or 9294011. OLE color: 9294011.
HSL color Cylindrical-coordinate representation of color #BBD08D: hue angle of 78.81º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BBD08D is Cyan = 0.10, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 187 | 208 | 141 | - |
| CMYK | 0.10 | 0 | 0.32 | 0.18 |
| HSL | 78.81º | 0.42% | 0.68% | - |
| HSV(B) | 78.81º | 0.32% | 0.82% | - |
| XYZ | 47.86 | 57.6 | 33.79 | - |
| YUV | 194.08 | 98.04 | 122.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 208 | 141 | 0.10 | 0 | 0.32 | 0.18 | 78.81 | 0.42 | 0.68 |
| Hex | BB | D0 | 8D | A | 0 | 20 | 12 | 4F | 2A | 44 |
| Octal | 273 | 320 | 215 | 12 | 0 | 40 | 22 | 117 | 52 | 104 |
| Binary | 10111011 | 11010000 | 10001101 | 1010 | 0 | 100000 | 10010 | 1001111 | 101010 | 1000100 |
Color Harmonies of #BBD08D
Complementary color
Monochromatic Colors of #BBD08D
Black with #BBD08D
Text Example
Text Example
White with #BBD08D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD08D; }
p { color: rgb(187,208,141); }
H1.HeaderClassName
{
color: #BBD08D;
}
.AnyTagClassName
{
color: #BBD08D;
}
</style>
background-color css
<style>
a { background-color: #BBD08D; }
a { background-color: rgb(187,208,141); }
div.DivClassName
{
background-color: #BBD08D;
}
.BgClassName
{
background-color: #BBD08D;
}
</style>
border-color css
<style>
span { border-color: #BBD08D; }
span { border-color: rgb(187,208,141); }
td.TdClassName
{
border-color: #BBD08D;
}
.TagClassName
{
border-color: #BBD08D;
}
</style>