Shades of Sprout #BBDA92
Tints of Sprout #BBDA92
RGB
CMYK
RGB Variations
Color information
#BBDA92 (or 0xBBDA92) is known color: Sprout. HEX triplet: BB, DA and 92. RGB value is (187,218,146). Sum of RGB (Red+Green+Blue) = 187+218+146=551 (72% of max value = 765). Red value is 187 (73.44% from 255 or 33.94% from 551); Green value is 218 (85.55% from 255 or 39.56% from 551); Blue value is 146 (57.42% from 255 or 26.50% from 551); Max value from RGB is 218 - color contains mainly: green. Hex color #BBDA92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBDA92 is #44256D. Grayscale: #C8C8C8. Windows color (decimal): -4466030 or 9624251. OLE color: 9624251.
HSL color Cylindrical-coordinate representation of color #BBDA92: hue angle of 85.83º degrees, saturation: 0.49, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BBDA92 is Cyan = 0.14, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 187 | 218 | 146 | - |
| CMYK | 0.14 | 0 | 0.33 | 0.15 |
| HSL | 85.83º | 0.49% | 0.71% | - |
| HSV(B) | 85.83º | 0.33% | 0.85% | - |
| XYZ | 50.75 | 62.78 | 36.64 | - |
| YUV | 200.52 | 97.23 | 118.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 218 | 146 | 0.14 | 0 | 0.33 | 0.15 | 85.83 | 0.49 | 0.71 |
| Hex | BB | DA | 92 | E | 0 | 21 | F | 56 | 31 | 47 |
| Octal | 273 | 332 | 222 | 16 | 0 | 41 | 17 | 126 | 61 | 107 |
| Binary | 10111011 | 11011010 | 10010010 | 1110 | 0 | 100001 | 1111 | 1010110 | 110001 | 1000111 |
Color Harmonies of #BBDA92
Complementary color
Monochromatic Colors of #BBDA92
Black with #BBDA92
Text Example
Text Example
White with #BBDA92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDA92; }
p { color: rgb(187,218,146); }
H1.HeaderClassName
{
color: #BBDA92;
}
.AnyTagClassName
{
color: #BBDA92;
}
</style>
background-color css
<style>
a { background-color: #BBDA92; }
a { background-color: rgb(187,218,146); }
div.DivClassName
{
background-color: #BBDA92;
}
.BgClassName
{
background-color: #BBDA92;
}
</style>
border-color css
<style>
span { border-color: #BBDA92; }
span { border-color: rgb(187,218,146); }
td.TdClassName
{
border-color: #BBDA92;
}
.TagClassName
{
border-color: #BBDA92;
}
</style>