Shades of Sprout #BBCB95
Tints of Sprout #BBCB95
RGB
CMYK
RGB Variations
Color information
#BBCB95 (or 0xBBCB95) is known color: Sprout. HEX triplet: BB, CB and 95. RGB value is (187,203,149). Sum of RGB (Red+Green+Blue) = 187+203+149=539 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.69% from 539); Green value is 203 (79.69% from 255 or 37.66% from 539); Blue value is 149 (58.59% from 255 or 27.64% from 539); Max value from RGB is 203 - color contains mainly: green. Hex color #BBCB95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBCB95 is #44346A. Grayscale: #C0C0C0. Windows color (decimal): -4469867 or 9817019. OLE color: 9817019.
HSL color Cylindrical-coordinate representation of color #BBCB95: hue angle of 77.78º degrees, saturation: 0.34, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BBCB95 is Cyan = 0.08, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 187 | 203 | 149 | - |
| CMYK | 0.08 | 0 | 0.27 | 0.20 |
| HSL | 77.78º | 0.34% | 0.69% | - |
| HSV(B) | 77.78º | 0.27% | 0.8% | - |
| XYZ | 47.27 | 55.45 | 36.64 | - |
| YUV | 192.06 | 103.7 | 124.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 203 | 149 | 0.08 | 0 | 0.27 | 0.20 | 77.78 | 0.34 | 0.69 |
| Hex | BB | CB | 95 | 8 | 0 | 1B | 14 | 4E | 22 | 45 |
| Octal | 273 | 313 | 225 | 10 | 0 | 33 | 24 | 116 | 42 | 105 |
| Binary | 10111011 | 11001011 | 10010101 | 1000 | 0 | 11011 | 10100 | 1001110 | 100010 | 1000101 |
Color Harmonies of #BBCB95
Complementary color
Monochromatic Colors of #BBCB95
Black with #BBCB95
Text Example
Text Example
White with #BBCB95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCB95; }
p { color: rgb(187,203,149); }
H1.HeaderClassName
{
color: #BBCB95;
}
.AnyTagClassName
{
color: #BBCB95;
}
</style>
background-color css
<style>
a { background-color: #BBCB95; }
a { background-color: rgb(187,203,149); }
div.DivClassName
{
background-color: #BBCB95;
}
.BgClassName
{
background-color: #BBCB95;
}
</style>
border-color css
<style>
span { border-color: #BBCB95; }
span { border-color: rgb(187,203,149); }
td.TdClassName
{
border-color: #BBCB95;
}
.TagClassName
{
border-color: #BBCB95;
}
</style>