Shades of Sulu #BBE080
Tints of Sulu #BBE080
RGB
CMYK
RGB Variations
Color information
#BBE080 (or 0xBBE080) is known color: Sulu. HEX triplet: BB, E0 and 80. RGB value is (187,224,128). Sum of RGB (Red+Green+Blue) = 187+224+128=539 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.69% from 539); Green value is 224 (87.89% from 255 or 41.56% from 539); Blue value is 128 (50.39% from 255 or 23.75% from 539); Max value from RGB is 224 - color contains mainly: green. Hex color #BBE080 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBE080 is #441F7F. Grayscale: #CACACA. Windows color (decimal): -4464512 or 8446139. OLE color: 8446139.
HSL color Cylindrical-coordinate representation of color #BBE080: hue angle of 83.13º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BBE080 is Cyan = 0.17, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 187 | 224 | 128 | - |
| CMYK | 0.17 | 0 | 0.43 | 0.12 |
| HSL | 83.13º | 0.61% | 0.69% | - |
| HSV(B) | 83.13º | 0.43% | 0.88% | - |
| XYZ | 51.05 | 65.43 | 30.36 | - |
| YUV | 201.99 | 86.24 | 117.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 224 | 128 | 0.17 | 0 | 0.43 | 0.12 | 83.13 | 0.61 | 0.69 |
| Hex | BB | E0 | 80 | 11 | 0 | 2B | C | 53 | 3D | 45 |
| Octal | 273 | 340 | 200 | 21 | 0 | 53 | 14 | 123 | 75 | 105 |
| Binary | 10111011 | 11100000 | 10000000 | 10001 | 0 | 101011 | 1100 | 1010011 | 111101 | 1000101 |
Color Harmonies of #BBE080
Complementary color
Monochromatic Colors of #BBE080
Black with #BBE080
Text Example
Text Example
White with #BBE080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE080; }
p { color: rgb(187,224,128); }
H1.HeaderClassName
{
color: #BBE080;
}
.AnyTagClassName
{
color: #BBE080;
}
</style>
background-color css
<style>
a { background-color: #BBE080; }
a { background-color: rgb(187,224,128); }
div.DivClassName
{
background-color: #BBE080;
}
.BgClassName
{
background-color: #BBE080;
}
</style>
border-color css
<style>
span { border-color: #BBE080; }
span { border-color: rgb(187,224,128); }
td.TdClassName
{
border-color: #BBE080;
}
.TagClassName
{
border-color: #BBE080;
}
</style>