Shades of Sulu #BBE58A
Tints of Sulu #BBE58A
RGB
CMYK
RGB Variations
Color information
#BBE58A (or 0xBBE58A) is known color: Sulu. HEX triplet: BB, E5 and 8A. RGB value is (187,229,138). Sum of RGB (Red+Green+Blue) = 187+229+138=554 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.75% from 554); Green value is 229 (89.84% from 255 or 41.34% from 554); Blue value is 138 (54.30% from 255 or 24.91% from 554); Max value from RGB is 229 - color contains mainly: green. Hex color #BBE58A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBE58A is #441A75. Grayscale: #CECECE. Windows color (decimal): -4463222 or 9102779. OLE color: 9102779.
HSL color Cylindrical-coordinate representation of color #BBE58A: hue angle of 87.69º degrees, saturation: 0.64, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BBE58A is Cyan = 0.18, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 187 | 229 | 138 | - |
| CMYK | 0.18 | 0 | 0.40 | 0.10 |
| HSL | 87.69º | 0.64% | 0.72% | - |
| HSV(B) | 87.69º | 0.4% | 0.9% | - |
| XYZ | 53.1 | 68.44 | 34.46 | - |
| YUV | 206.07 | 89.59 | 114.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 229 | 138 | 0.18 | 0 | 0.40 | 0.10 | 87.69 | 0.64 | 0.72 |
| Hex | BB | E5 | 8A | 12 | 0 | 28 | A | 58 | 40 | 48 |
| Octal | 273 | 345 | 212 | 22 | 0 | 50 | 12 | 130 | 100 | 110 |
| Binary | 10111011 | 11100101 | 10001010 | 10010 | 0 | 101000 | 1010 | 1011000 | 1000000 | 1001000 |
Color Harmonies of #BBE58A
Complementary color
Monochromatic Colors of #BBE58A
Black with #BBE58A
Text Example
Text Example
White with #BBE58A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE58A; }
p { color: rgb(187,229,138); }
H1.HeaderClassName
{
color: #BBE58A;
}
.AnyTagClassName
{
color: #BBE58A;
}
</style>
background-color css
<style>
a { background-color: #BBE58A; }
a { background-color: rgb(187,229,138); }
div.DivClassName
{
background-color: #BBE58A;
}
.BgClassName
{
background-color: #BBE58A;
}
</style>
border-color css
<style>
span { border-color: #BBE58A; }
span { border-color: rgb(187,229,138); }
td.TdClassName
{
border-color: #BBE58A;
}
.TagClassName
{
border-color: #BBE58A;
}
</style>