Shades of Sprout #BBD48C
Tints of Sprout #BBD48C
RGB
CMYK
RGB Variations
Color information
#BBD48C (or 0xBBD48C) is known color: Sprout. HEX triplet: BB, D4 and 8C. RGB value is (187,212,140). Sum of RGB (Red+Green+Blue) = 187+212+140=539 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.69% from 539); Green value is 212 (83.20% from 255 or 39.33% from 539); Blue value is 140 (55.08% from 255 or 25.97% from 539); Max value from RGB is 212 - color contains mainly: green. Hex color #BBD48C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBD48C is #442B73. Grayscale: #C4C4C4. Windows color (decimal): -4467572 or 9229499. OLE color: 9229499.
HSL color Cylindrical-coordinate representation of color #BBD48C: hue angle of 80.83º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BBD48C is Cyan = 0.12, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 187 | 212 | 140 | - |
| CMYK | 0.12 | 0 | 0.34 | 0.17 |
| HSL | 80.83º | 0.46% | 0.69% | - |
| HSV(B) | 80.83º | 0.34% | 0.83% | - |
| XYZ | 48.77 | 59.55 | 33.73 | - |
| YUV | 196.32 | 96.22 | 121.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 212 | 140 | 0.12 | 0 | 0.34 | 0.17 | 80.83 | 0.46 | 0.69 |
| Hex | BB | D4 | 8C | C | 0 | 22 | 11 | 51 | 2E | 45 |
| Octal | 273 | 324 | 214 | 14 | 0 | 42 | 21 | 121 | 56 | 105 |
| Binary | 10111011 | 11010100 | 10001100 | 1100 | 0 | 100010 | 10001 | 1010001 | 101110 | 1000101 |
Color Harmonies of #BBD48C
Complementary color
Monochromatic Colors of #BBD48C
Black with #BBD48C
Text Example
Text Example
White with #BBD48C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD48C; }
p { color: rgb(187,212,140); }
H1.HeaderClassName
{
color: #BBD48C;
}
.AnyTagClassName
{
color: #BBD48C;
}
</style>
background-color css
<style>
a { background-color: #BBD48C; }
a { background-color: rgb(187,212,140); }
div.DivClassName
{
background-color: #BBD48C;
}
.BgClassName
{
background-color: #BBD48C;
}
</style>
border-color css
<style>
span { border-color: #BBD48C; }
span { border-color: rgb(187,212,140); }
td.TdClassName
{
border-color: #BBD48C;
}
.TagClassName
{
border-color: #BBD48C;
}
</style>