Shades of Sprout #BBCE95
Tints of Sprout #BBCE95
RGB
CMYK
RGB Variations
Color information
#BBCE95 (or 0xBBCE95) is known color: Sprout. HEX triplet: BB, CE and 95. RGB value is (187,206,149). Sum of RGB (Red+Green+Blue) = 187+206+149=542 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.50% from 542); Green value is 206 (80.86% from 255 or 38.01% from 542); Blue value is 149 (58.59% from 255 or 27.49% from 542); Max value from RGB is 206 - color contains mainly: green. Hex color #BBCE95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBCE95 is #44316A. Grayscale: #C2C2C2. Windows color (decimal): -4469099 or 9817787. OLE color: 9817787.
HSL color Cylindrical-coordinate representation of color #BBCE95: hue angle of 80º degrees, saturation: 0.37, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BBCE95 is Cyan = 0.09, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 187 | 206 | 149 | - |
| CMYK | 0.09 | 0 | 0.28 | 0.19 |
| HSL | 80º | 0.37% | 0.7% | - |
| HSV(B) | 80º | 0.28% | 0.81% | - |
| XYZ | 47.99 | 56.88 | 36.88 | - |
| YUV | 193.82 | 102.71 | 123.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 206 | 149 | 0.09 | 0 | 0.28 | 0.19 | 80 | 0.37 | 0.7 |
| Hex | BB | CE | 95 | 9 | 0 | 1C | 13 | 50 | 25 | 46 |
| Octal | 273 | 316 | 225 | 11 | 0 | 34 | 23 | 120 | 45 | 106 |
| Binary | 10111011 | 11001110 | 10010101 | 1001 | 0 | 11100 | 10011 | 1010000 | 100101 | 1000110 |
Color Harmonies of #BBCE95
Complementary color
Monochromatic Colors of #BBCE95
Black with #BBCE95
Text Example
Text Example
White with #BBCE95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCE95; }
p { color: rgb(187,206,149); }
H1.HeaderClassName
{
color: #BBCE95;
}
.AnyTagClassName
{
color: #BBCE95;
}
</style>
background-color css
<style>
a { background-color: #BBCE95; }
a { background-color: rgb(187,206,149); }
div.DivClassName
{
background-color: #BBCE95;
}
.BgClassName
{
background-color: #BBCE95;
}
</style>
border-color css
<style>
span { border-color: #BBCE95; }
span { border-color: rgb(187,206,149); }
td.TdClassName
{
border-color: #BBCE95;
}
.TagClassName
{
border-color: #BBCE95;
}
</style>