Shades of Sprout #BBCE90
Tints of Sprout #BBCE90
RGB
CMYK
RGB Variations
Color information
#BBCE90 (or 0xBBCE90) is known color: Sprout. HEX triplet: BB, CE and 90. RGB value is (187,206,144). Sum of RGB (Red+Green+Blue) = 187+206+144=537 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.82% from 537); Green value is 206 (80.86% from 255 or 38.36% from 537); Blue value is 144 (56.64% from 255 or 26.82% from 537); Max value from RGB is 206 - color contains mainly: green. Hex color #BBCE90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBCE90 is #44316F. Grayscale: #C1C1C1. Windows color (decimal): -4469104 or 9490107. OLE color: 9490107.
HSL color Cylindrical-coordinate representation of color #BBCE90: hue angle of 78.39º degrees, saturation: 0.39, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BBCE90 is Cyan = 0.09, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 187 | 206 | 144 | - |
| CMYK | 0.09 | 0 | 0.30 | 0.19 |
| HSL | 78.39º | 0.39% | 0.69% | - |
| HSV(B) | 78.39º | 0.3% | 0.81% | - |
| XYZ | 47.6 | 56.72 | 34.83 | - |
| YUV | 193.25 | 100.21 | 123.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 206 | 144 | 0.09 | 0 | 0.30 | 0.19 | 78.39 | 0.39 | 0.69 |
| Hex | BB | CE | 90 | 9 | 0 | 1E | 13 | 4E | 27 | 45 |
| Octal | 273 | 316 | 220 | 11 | 0 | 36 | 23 | 116 | 47 | 105 |
| Binary | 10111011 | 11001110 | 10010000 | 1001 | 0 | 11110 | 10011 | 1001110 | 100111 | 1000101 |
Color Harmonies of #BBCE90
Complementary color
Monochromatic Colors of #BBCE90
Black with #BBCE90
Text Example
Text Example
White with #BBCE90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCE90; }
p { color: rgb(187,206,144); }
H1.HeaderClassName
{
color: #BBCE90;
}
.AnyTagClassName
{
color: #BBCE90;
}
</style>
background-color css
<style>
a { background-color: #BBCE90; }
a { background-color: rgb(187,206,144); }
div.DivClassName
{
background-color: #BBCE90;
}
.BgClassName
{
background-color: #BBCE90;
}
</style>
border-color css
<style>
span { border-color: #BBCE90; }
span { border-color: rgb(187,206,144); }
td.TdClassName
{
border-color: #BBCE90;
}
.TagClassName
{
border-color: #BBCE90;
}
</style>