Shades of Sprout #BBD28C
Tints of Sprout #BBD28C
RGB
CMYK
RGB Variations
Color information
#BBD28C (or 0xBBD28C) is known color: Sprout. HEX triplet: BB, D2 and 8C. RGB value is (187,210,140). Sum of RGB (Red+Green+Blue) = 187+210+140=537 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.82% from 537); Green value is 210 (82.42% from 255 or 39.11% from 537); Blue value is 140 (55.08% from 255 or 26.07% from 537); Max value from RGB is 210 - color contains mainly: green. Hex color #BBD28C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBD28C is #442D73. Grayscale: #C3C3C3. Windows color (decimal): -4468084 or 9228987. OLE color: 9228987.
HSL color Cylindrical-coordinate representation of color #BBD28C: hue angle of 79.71º degrees, saturation: 0.44, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BBD28C is Cyan = 0.11, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 187 | 210 | 140 | - |
| CMYK | 0.11 | 0 | 0.33 | 0.18 |
| HSL | 79.71º | 0.44% | 0.69% | - |
| HSV(B) | 79.71º | 0.33% | 0.82% | - |
| XYZ | 48.27 | 58.55 | 33.57 | - |
| YUV | 195.14 | 96.88 | 122.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 210 | 140 | 0.11 | 0 | 0.33 | 0.18 | 79.71 | 0.44 | 0.69 |
| Hex | BB | D2 | 8C | B | 0 | 21 | 12 | 50 | 2C | 45 |
| Octal | 273 | 322 | 214 | 13 | 0 | 41 | 22 | 120 | 54 | 105 |
| Binary | 10111011 | 11010010 | 10001100 | 1011 | 0 | 100001 | 10010 | 1010000 | 101100 | 1000101 |
Color Harmonies of #BBD28C
Complementary color
Monochromatic Colors of #BBD28C
Black with #BBD28C
Text Example
Text Example
White with #BBD28C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD28C; }
p { color: rgb(187,210,140); }
H1.HeaderClassName
{
color: #BBD28C;
}
.AnyTagClassName
{
color: #BBD28C;
}
</style>
background-color css
<style>
a { background-color: #BBD28C; }
a { background-color: rgb(187,210,140); }
div.DivClassName
{
background-color: #BBD28C;
}
.BgClassName
{
background-color: #BBD28C;
}
</style>
border-color css
<style>
span { border-color: #BBD28C; }
span { border-color: rgb(187,210,140); }
td.TdClassName
{
border-color: #BBD28C;
}
.TagClassName
{
border-color: #BBD28C;
}
</style>