Shades of Sulu #BBE38D
Tints of Sulu #BBE38D
RGB
CMYK
RGB Variations
Color information
#BBE38D (or 0xBBE38D) is known color: Sulu. HEX triplet: BB, E3 and 8D. RGB value is (187,227,141). Sum of RGB (Red+Green+Blue) = 187+227+141=555 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.69% from 555); Green value is 227 (89.06% from 255 or 40.90% from 555); Blue value is 141 (55.47% from 255 or 25.41% from 555); Max value from RGB is 227 - color contains mainly: green. Hex color #BBE38D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBE38D is #441C72. Grayscale: #CDCDCD. Windows color (decimal): -4463731 or 9298875. OLE color: 9298875.
HSL color Cylindrical-coordinate representation of color #BBE38D: hue angle of 87.91º degrees, saturation: 0.61, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BBE38D is Cyan = 0.18, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 187 | 227 | 141 | - |
| CMYK | 0.18 | 0 | 0.38 | 0.11 |
| HSL | 87.91º | 0.61% | 0.72% | - |
| HSV(B) | 87.91º | 0.38% | 0.89% | - |
| XYZ | 52.77 | 67.43 | 35.43 | - |
| YUV | 205.24 | 91.75 | 114.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 227 | 141 | 0.18 | 0 | 0.38 | 0.11 | 87.91 | 0.61 | 0.72 |
| Hex | BB | E3 | 8D | 12 | 0 | 26 | B | 58 | 3D | 48 |
| Octal | 273 | 343 | 215 | 22 | 0 | 46 | 13 | 130 | 75 | 110 |
| Binary | 10111011 | 11100011 | 10001101 | 10010 | 0 | 100110 | 1011 | 1011000 | 111101 | 1001000 |
Color Harmonies of #BBE38D
Complementary color
Monochromatic Colors of #BBE38D
Black with #BBE38D
Text Example
Text Example
White with #BBE38D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE38D; }
p { color: rgb(187,227,141); }
H1.HeaderClassName
{
color: #BBE38D;
}
.AnyTagClassName
{
color: #BBE38D;
}
</style>
background-color css
<style>
a { background-color: #BBE38D; }
a { background-color: rgb(187,227,141); }
div.DivClassName
{
background-color: #BBE38D;
}
.BgClassName
{
background-color: #BBE38D;
}
</style>
border-color css
<style>
span { border-color: #BBE38D; }
span { border-color: rgb(187,227,141); }
td.TdClassName
{
border-color: #BBE38D;
}
.TagClassName
{
border-color: #BBE38D;
}
</style>