Shades of Sprout #BBCD93
Tints of Sprout #BBCD93
RGB
CMYK
RGB Variations
Color information
#BBCD93 (or 0xBBCD93) is known color: Sprout. HEX triplet: BB, CD and 93. RGB value is (187,205,147). Sum of RGB (Red+Green+Blue) = 187+205+147=539 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.69% from 539); Green value is 205 (80.47% from 255 or 38.03% from 539); Blue value is 147 (57.81% from 255 or 27.27% from 539); Max value from RGB is 205 - color contains mainly: green. Hex color #BBCD93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBCD93 is #44326C. Grayscale: #C1C1C1. Windows color (decimal): -4469357 or 9686459. OLE color: 9686459.
HSL color Cylindrical-coordinate representation of color #BBCD93: hue angle of 78.62º degrees, saturation: 0.37, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BBCD93 is Cyan = 0.09, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 187 | 205 | 147 | - |
| CMYK | 0.09 | 0 | 0.28 | 0.20 |
| HSL | 78.62º | 0.37% | 0.69% | - |
| HSV(B) | 78.62º | 0.28% | 0.8% | - |
| XYZ | 47.59 | 56.33 | 35.97 | - |
| YUV | 193.01 | 102.04 | 123.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 205 | 147 | 0.09 | 0 | 0.28 | 0.20 | 78.62 | 0.37 | 0.69 |
| Hex | BB | CD | 93 | 9 | 0 | 1C | 14 | 4F | 25 | 45 |
| Octal | 273 | 315 | 223 | 11 | 0 | 34 | 24 | 117 | 45 | 105 |
| Binary | 10111011 | 11001101 | 10010011 | 1001 | 0 | 11100 | 10100 | 1001111 | 100101 | 1000101 |
Color Harmonies of #BBCD93
Complementary color
Monochromatic Colors of #BBCD93
Black with #BBCD93
Text Example
Text Example
White with #BBCD93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCD93; }
p { color: rgb(187,205,147); }
H1.HeaderClassName
{
color: #BBCD93;
}
.AnyTagClassName
{
color: #BBCD93;
}
</style>
background-color css
<style>
a { background-color: #BBCD93; }
a { background-color: rgb(187,205,147); }
div.DivClassName
{
background-color: #BBCD93;
}
.BgClassName
{
background-color: #BBCD93;
}
</style>
border-color css
<style>
span { border-color: #BBCD93; }
span { border-color: rgb(187,205,147); }
td.TdClassName
{
border-color: #BBCD93;
}
.TagClassName
{
border-color: #BBCD93;
}
</style>