Shades of Sprout #BBDF92
Tints of Sprout #BBDF92
RGB
CMYK
RGB Variations
Color information
#BBDF92 (or 0xBBDF92) is known color: Sprout. HEX triplet: BB, DF and 92. RGB value is (187,223,146). Sum of RGB (Red+Green+Blue) = 187+223+146=556 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.63% from 556); Green value is 223 (87.5% from 255 or 40.11% from 556); Blue value is 146 (57.42% from 255 or 26.26% from 556); Max value from RGB is 223 - color contains mainly: green. Hex color #BBDF92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBDF92 is #44206D. Grayscale: #CBCBCB. Windows color (decimal): -4464750 or 9625531. OLE color: 9625531.
HSL color Cylindrical-coordinate representation of color #BBDF92: hue angle of 88.05º degrees, saturation: 0.55, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BBDF92 is Cyan = 0.16, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 223 | 146 | - |
| CMYK | 0.16 | 0 | 0.35 | 0.13 |
| HSL | 88.05º | 0.55% | 0.72% | - |
| HSV(B) | 88.05º | 0.35% | 0.87% | - |
| XYZ | 52.07 | 65.42 | 37.08 | - |
| YUV | 203.46 | 95.57 | 116.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 223 | 146 | 0.16 | 0 | 0.35 | 0.13 | 88.05 | 0.55 | 0.72 |
| Hex | BB | DF | 92 | 10 | 0 | 23 | D | 58 | 37 | 48 |
| Octal | 273 | 337 | 222 | 20 | 0 | 43 | 15 | 130 | 67 | 110 |
| Binary | 10111011 | 11011111 | 10010010 | 10000 | 0 | 100011 | 1101 | 1011000 | 110111 | 1001000 |
Color Harmonies of #BBDF92
Complementary color
Monochromatic Colors of #BBDF92
Black with #BBDF92
Text Example
Text Example
White with #BBDF92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDF92; }
p { color: rgb(187,223,146); }
H1.HeaderClassName
{
color: #BBDF92;
}
.AnyTagClassName
{
color: #BBDF92;
}
</style>
background-color css
<style>
a { background-color: #BBDF92; }
a { background-color: rgb(187,223,146); }
div.DivClassName
{
background-color: #BBDF92;
}
.BgClassName
{
background-color: #BBDF92;
}
</style>
border-color css
<style>
span { border-color: #BBDF92; }
span { border-color: rgb(187,223,146); }
td.TdClassName
{
border-color: #BBDF92;
}
.TagClassName
{
border-color: #BBDF92;
}
</style>