Shades of Sprout #BBD38E
Tints of Sprout #BBD38E
RGB
CMYK
RGB Variations
Color information
#BBD38E (or 0xBBD38E) is known color: Sprout. HEX triplet: BB, D3 and 8E. RGB value is (187,211,142). Sum of RGB (Red+Green+Blue) = 187+211+142=540 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.63% from 540); Green value is 211 (82.81% from 255 or 39.07% from 540); Blue value is 142 (55.86% from 255 or 26.30% from 540); Max value from RGB is 211 - color contains mainly: green. Hex color #BBD38E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBD38E is #442C71. Grayscale: #C4C4C4. Windows color (decimal): -4467826 or 9360315. OLE color: 9360315.
HSL color Cylindrical-coordinate representation of color #BBD38E: hue angle of 80.87º degrees, saturation: 0.44, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BBD38E is Cyan = 0.11, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 187 | 211 | 142 | - |
| CMYK | 0.11 | 0 | 0.33 | 0.17 |
| HSL | 80.87º | 0.44% | 0.69% | - |
| HSV(B) | 80.87º | 0.33% | 0.83% | - |
| XYZ | 48.67 | 59.11 | 34.43 | - |
| YUV | 195.96 | 97.55 | 121.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 211 | 142 | 0.11 | 0 | 0.33 | 0.17 | 80.87 | 0.44 | 0.69 |
| Hex | BB | D3 | 8E | B | 0 | 21 | 11 | 51 | 2C | 45 |
| Octal | 273 | 323 | 216 | 13 | 0 | 41 | 21 | 121 | 54 | 105 |
| Binary | 10111011 | 11010011 | 10001110 | 1011 | 0 | 100001 | 10001 | 1010001 | 101100 | 1000101 |
Color Harmonies of #BBD38E
Complementary color
Monochromatic Colors of #BBD38E
Black with #BBD38E
Text Example
Text Example
White with #BBD38E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD38E; }
p { color: rgb(187,211,142); }
H1.HeaderClassName
{
color: #BBD38E;
}
.AnyTagClassName
{
color: #BBD38E;
}
</style>
background-color css
<style>
a { background-color: #BBD38E; }
a { background-color: rgb(187,211,142); }
div.DivClassName
{
background-color: #BBD38E;
}
.BgClassName
{
background-color: #BBD38E;
}
</style>
border-color css
<style>
span { border-color: #BBD38E; }
span { border-color: rgb(187,211,142); }
td.TdClassName
{
border-color: #BBD38E;
}
.TagClassName
{
border-color: #BBD38E;
}
</style>