Shades of Sprout #BBCE9A
Tints of Sprout #BBCE9A
RGB
CMYK
RGB Variations
Color information
#BBCE9A (or 0xBBCE9A) is known color: Sprout. HEX triplet: BB, CE and 9A. RGB value is (187,206,154). Sum of RGB (Red+Green+Blue) = 187+206+154=547 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.19% from 547); Green value is 206 (80.86% from 255 or 37.66% from 547); Blue value is 154 (60.55% from 255 or 28.15% from 547); Max value from RGB is 206 - color contains mainly: green. Hex color #BBCE9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBCE9A is #443165. Grayscale: #C2C2C2. Windows color (decimal): -4469094 or 10145467. OLE color: 10145467.
HSL color Cylindrical-coordinate representation of color #BBCE9A: hue angle of 81.92º degrees, saturation: 0.35, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BBCE9A is Cyan = 0.09, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 187 | 206 | 154 | - |
| CMYK | 0.09 | 0 | 0.25 | 0.19 |
| HSL | 81.92º | 0.35% | 0.71% | - |
| HSV(B) | 81.92º | 0.25% | 0.81% | - |
| XYZ | 48.4 | 57.04 | 39.03 | - |
| YUV | 194.39 | 105.21 | 122.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 206 | 154 | 0.09 | 0 | 0.25 | 0.19 | 81.92 | 0.35 | 0.71 |
| Hex | BB | CE | 9A | 9 | 0 | 19 | 13 | 52 | 23 | 47 |
| Octal | 273 | 316 | 232 | 11 | 0 | 31 | 23 | 122 | 43 | 107 |
| Binary | 10111011 | 11001110 | 10011010 | 1001 | 0 | 11001 | 10011 | 1010010 | 100011 | 1000111 |
Color Harmonies of #BBCE9A
Complementary color
Monochromatic Colors of #BBCE9A
Black with #BBCE9A
Text Example
Text Example
White with #BBCE9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCE9A; }
p { color: rgb(187,206,154); }
H1.HeaderClassName
{
color: #BBCE9A;
}
.AnyTagClassName
{
color: #BBCE9A;
}
</style>
background-color css
<style>
a { background-color: #BBCE9A; }
a { background-color: rgb(187,206,154); }
div.DivClassName
{
background-color: #BBCE9A;
}
.BgClassName
{
background-color: #BBCE9A;
}
</style>
border-color css
<style>
span { border-color: #BBCE9A; }
span { border-color: rgb(187,206,154); }
td.TdClassName
{
border-color: #BBCE9A;
}
.TagClassName
{
border-color: #BBCE9A;
}
</style>