Shades of Sulu #BBE58D
Tints of Sulu #BBE58D
RGB
CMYK
RGB Variations
Color information
#BBE58D (or 0xBBE58D) is known color: Sulu. HEX triplet: BB, E5 and 8D. RGB value is (187,229,141). Sum of RGB (Red+Green+Blue) = 187+229+141=557 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.57% from 557); Green value is 229 (89.84% from 255 or 41.11% from 557); Blue value is 141 (55.47% from 255 or 25.31% from 557); Max value from RGB is 229 - color contains mainly: green. Hex color #BBE58D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBE58D is #441A72. Grayscale: #CECECE. Windows color (decimal): -4463219 or 9299387. OLE color: 9299387.
HSL color Cylindrical-coordinate representation of color #BBE58D: hue angle of 88.64º degrees, saturation: 0.63, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BBE58D is Cyan = 0.18, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 187 | 229 | 141 | - |
| CMYK | 0.18 | 0 | 0.38 | 0.10 |
| HSL | 88.64º | 0.63% | 0.73% | - |
| HSV(B) | 88.64º | 0.38% | 0.9% | - |
| XYZ | 53.32 | 68.53 | 35.62 | - |
| YUV | 206.41 | 91.09 | 114.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 229 | 141 | 0.18 | 0 | 0.38 | 0.10 | 88.64 | 0.63 | 0.73 |
| Hex | BB | E5 | 8D | 12 | 0 | 26 | A | 59 | 3F | 49 |
| Octal | 273 | 345 | 215 | 22 | 0 | 46 | 12 | 131 | 77 | 111 |
| Binary | 10111011 | 11100101 | 10001101 | 10010 | 0 | 100110 | 1010 | 1011001 | 111111 | 1001001 |
Color Harmonies of #BBE58D
Complementary color
Monochromatic Colors of #BBE58D
Black with #BBE58D
Text Example
Text Example
White with #BBE58D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE58D; }
p { color: rgb(187,229,141); }
H1.HeaderClassName
{
color: #BBE58D;
}
.AnyTagClassName
{
color: #BBE58D;
}
</style>
background-color css
<style>
a { background-color: #BBE58D; }
a { background-color: rgb(187,229,141); }
div.DivClassName
{
background-color: #BBE58D;
}
.BgClassName
{
background-color: #BBE58D;
}
</style>
border-color css
<style>
span { border-color: #BBE58D; }
span { border-color: rgb(187,229,141); }
td.TdClassName
{
border-color: #BBE58D;
}
.TagClassName
{
border-color: #BBE58D;
}
</style>