Shades of Sprout #BBD58F
Tints of Sprout #BBD58F
RGB
CMYK
RGB Variations
Color information
#BBD58F (or 0xBBD58F) is known color: Sprout. HEX triplet: BB, D5 and 8F. RGB value is (187,213,143). Sum of RGB (Red+Green+Blue) = 187+213+143=543 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.44% from 543); Green value is 213 (83.59% from 255 or 39.23% from 543); Blue value is 143 (56.25% from 255 or 26.34% from 543); Max value from RGB is 213 - color contains mainly: green. Hex color #BBD58F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBD58F is #442A70. Grayscale: #C5C5C5. Windows color (decimal): -4467313 or 9426363. OLE color: 9426363.
HSL color Cylindrical-coordinate representation of color #BBD58F: hue angle of 82.29º degrees, saturation: 0.45, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BBD58F is Cyan = 0.12, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 187 | 213 | 143 | - |
| CMYK | 0.12 | 0 | 0.33 | 0.16 |
| HSL | 82.29º | 0.45% | 0.7% | - |
| HSV(B) | 82.29º | 0.33% | 0.84% | - |
| XYZ | 49.25 | 60.14 | 35 | - |
| YUV | 197.25 | 97.39 | 120.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 213 | 143 | 0.12 | 0 | 0.33 | 0.16 | 82.29 | 0.45 | 0.7 |
| Hex | BB | D5 | 8F | C | 0 | 21 | 10 | 52 | 2D | 46 |
| Octal | 273 | 325 | 217 | 14 | 0 | 41 | 20 | 122 | 55 | 106 |
| Binary | 10111011 | 11010101 | 10001111 | 1100 | 0 | 100001 | 10000 | 1010010 | 101101 | 1000110 |
Color Harmonies of #BBD58F
Complementary color
Monochromatic Colors of #BBD58F
Black with #BBD58F
Text Example
Text Example
White with #BBD58F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD58F; }
p { color: rgb(187,213,143); }
H1.HeaderClassName
{
color: #BBD58F;
}
.AnyTagClassName
{
color: #BBD58F;
}
</style>
background-color css
<style>
a { background-color: #BBD58F; }
a { background-color: rgb(187,213,143); }
div.DivClassName
{
background-color: #BBD58F;
}
.BgClassName
{
background-color: #BBD58F;
}
</style>
border-color css
<style>
span { border-color: #BBD58F; }
span { border-color: rgb(187,213,143); }
td.TdClassName
{
border-color: #BBD58F;
}
.TagClassName
{
border-color: #BBD58F;
}
</style>