Shades of Sulu #BBE380
Tints of Sulu #BBE380
RGB
CMYK
RGB Variations
Color information
#BBE380 (or 0xBBE380) is known color: Sulu. HEX triplet: BB, E3 and 80. RGB value is (187,227,128). Sum of RGB (Red+Green+Blue) = 187+227+128=542 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.50% from 542); Green value is 227 (89.06% from 255 or 41.88% from 542); Blue value is 128 (50.39% from 255 or 23.62% from 542); Max value from RGB is 227 - color contains mainly: green. Hex color #BBE380 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBE380 is #441C7F. Grayscale: #CCCCCC. Windows color (decimal): -4463744 or 8446907. OLE color: 8446907.
HSL color Cylindrical-coordinate representation of color #BBE380: hue angle of 84.24º degrees, saturation: 0.64, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BBE380 is Cyan = 0.18, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 187 | 227 | 128 | - |
| CMYK | 0.18 | 0 | 0.44 | 0.11 |
| HSL | 84.24º | 0.64% | 0.7% | - |
| HSV(B) | 84.24º | 0.44% | 0.89% | - |
| XYZ | 51.86 | 67.06 | 30.63 | - |
| YUV | 203.75 | 85.25 | 116.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 227 | 128 | 0.18 | 0 | 0.44 | 0.11 | 84.24 | 0.64 | 0.7 |
| Hex | BB | E3 | 80 | 12 | 0 | 2C | B | 54 | 40 | 46 |
| Octal | 273 | 343 | 200 | 22 | 0 | 54 | 13 | 124 | 100 | 106 |
| Binary | 10111011 | 11100011 | 10000000 | 10010 | 0 | 101100 | 1011 | 1010100 | 1000000 | 1000110 |
Color Harmonies of #BBE380
Complementary color
Monochromatic Colors of #BBE380
Black with #BBE380
Text Example
Text Example
White with #BBE380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE380; }
p { color: rgb(187,227,128); }
H1.HeaderClassName
{
color: #BBE380;
}
.AnyTagClassName
{
color: #BBE380;
}
</style>
background-color css
<style>
a { background-color: #BBE380; }
a { background-color: rgb(187,227,128); }
div.DivClassName
{
background-color: #BBE380;
}
.BgClassName
{
background-color: #BBE380;
}
</style>
border-color css
<style>
span { border-color: #BBE380; }
span { border-color: rgb(187,227,128); }
td.TdClassName
{
border-color: #BBE380;
}
.TagClassName
{
border-color: #BBE380;
}
</style>