Shades of Sprout #BBD28E
Tints of Sprout #BBD28E
RGB
CMYK
RGB Variations
Color information
#BBD28E (or 0xBBD28E) is known color: Sprout. HEX triplet: BB, D2 and 8E. RGB value is (187,210,142). Sum of RGB (Red+Green+Blue) = 187+210+142=539 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.69% from 539); Green value is 210 (82.42% from 255 or 38.96% from 539); Blue value is 142 (55.86% from 255 or 26.35% from 539); Max value from RGB is 210 - color contains mainly: green. Hex color #BBD28E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBD28E is #442D71. Grayscale: #C3C3C3. Windows color (decimal): -4468082 or 9360059. OLE color: 9360059.
HSL color Cylindrical-coordinate representation of color #BBD28E: hue angle of 80.29º degrees, saturation: 0.43, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BBD28E is Cyan = 0.11, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 187 | 210 | 142 | - |
| CMYK | 0.11 | 0 | 0.32 | 0.18 |
| HSL | 80.29º | 0.43% | 0.69% | - |
| HSV(B) | 80.29º | 0.32% | 0.82% | - |
| XYZ | 48.42 | 58.61 | 34.35 | - |
| YUV | 195.37 | 97.88 | 122.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 210 | 142 | 0.11 | 0 | 0.32 | 0.18 | 80.29 | 0.43 | 0.69 |
| Hex | BB | D2 | 8E | B | 0 | 20 | 12 | 50 | 2B | 45 |
| Octal | 273 | 322 | 216 | 13 | 0 | 40 | 22 | 120 | 53 | 105 |
| Binary | 10111011 | 11010010 | 10001110 | 1011 | 0 | 100000 | 10010 | 1010000 | 101011 | 1000101 |
Color Harmonies of #BBD28E
Complementary color
Monochromatic Colors of #BBD28E
Black with #BBD28E
Text Example
Text Example
White with #BBD28E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD28E; }
p { color: rgb(187,210,142); }
H1.HeaderClassName
{
color: #BBD28E;
}
.AnyTagClassName
{
color: #BBD28E;
}
</style>
background-color css
<style>
a { background-color: #BBD28E; }
a { background-color: rgb(187,210,142); }
div.DivClassName
{
background-color: #BBD28E;
}
.BgClassName
{
background-color: #BBD28E;
}
</style>
border-color css
<style>
span { border-color: #BBD28E; }
span { border-color: rgb(187,210,142); }
td.TdClassName
{
border-color: #BBD28E;
}
.TagClassName
{
border-color: #BBD28E;
}
</style>