Shades of Sprout #BBDA98
Tints of Sprout #BBDA98
RGB
CMYK
RGB Variations
Color information
#BBDA98 (or 0xBBDA98) is known color: Sprout. HEX triplet: BB, DA and 98. RGB value is (187,218,152). Sum of RGB (Red+Green+Blue) = 187+218+152=557 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.57% from 557); Green value is 218 (85.55% from 255 or 39.14% from 557); Blue value is 152 (59.77% from 255 or 27.29% from 557); Max value from RGB is 218 - color contains mainly: green. Hex color #BBDA98 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBDA98 is #442567. Grayscale: #C9C9C9. Windows color (decimal): -4466024 or 10017467. OLE color: 10017467.
HSL color Cylindrical-coordinate representation of color #BBDA98: hue angle of 88.18º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BBDA98 is Cyan = 0.14, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 187 | 218 | 152 | - |
| CMYK | 0.14 | 0 | 0.30 | 0.15 |
| HSL | 88.18º | 0.47% | 0.73% | - |
| HSV(B) | 88.18º | 0.3% | 0.85% | - |
| XYZ | 51.23 | 62.97 | 39.16 | - |
| YUV | 201.21 | 100.23 | 117.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 218 | 152 | 0.14 | 0 | 0.30 | 0.15 | 88.18 | 0.47 | 0.73 |
| Hex | BB | DA | 98 | E | 0 | 1E | F | 58 | 2F | 49 |
| Octal | 273 | 332 | 230 | 16 | 0 | 36 | 17 | 130 | 57 | 111 |
| Binary | 10111011 | 11011010 | 10011000 | 1110 | 0 | 11110 | 1111 | 1011000 | 101111 | 1001001 |
Color Harmonies of #BBDA98
Complementary color
Monochromatic Colors of #BBDA98
Black with #BBDA98
Text Example
Text Example
White with #BBDA98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDA98; }
p { color: rgb(187,218,152); }
H1.HeaderClassName
{
color: #BBDA98;
}
.AnyTagClassName
{
color: #BBDA98;
}
</style>
background-color css
<style>
a { background-color: #BBDA98; }
a { background-color: rgb(187,218,152); }
div.DivClassName
{
background-color: #BBDA98;
}
.BgClassName
{
background-color: #BBDA98;
}
</style>
border-color css
<style>
span { border-color: #BBDA98; }
span { border-color: rgb(187,218,152); }
td.TdClassName
{
border-color: #BBDA98;
}
.TagClassName
{
border-color: #BBDA98;
}
</style>