Shades of Sulu #BBE870
Tints of Sulu #BBE870
RGB
CMYK
RGB Variations
Color information
#BBE870 (or 0xBBE870) is known color: Sulu. HEX triplet: BB, E8 and 70. RGB value is (187,232,112). Sum of RGB (Red+Green+Blue) = 187+232+112=531 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.22% from 531); Green value is 232 (91.02% from 255 or 43.69% from 531); Blue value is 112 (44.14% from 255 or 21.09% from 531); Max value from RGB is 232 - color contains mainly: green. Hex color #BBE870 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBE870 is #44178F. Grayscale: #CDCDCD. Windows color (decimal): -4462480 or 7399611. OLE color: 7399611.
HSL color Cylindrical-coordinate representation of color #BBE870: hue angle of 82.5º degrees, saturation: 0.72, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BBE870 is Cyan = 0.19, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 187 | 232 | 112 | - |
| CMYK | 0.19 | 0 | 0.52 | 0.09 |
| HSL | 82.5º | 0.72% | 0.67% | - |
| HSV(B) | 82.5º | 0.52% | 0.91% | - |
| XYZ | 52.27 | 69.45 | 25.98 | - |
| YUV | 204.87 | 75.59 | 115.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 232 | 112 | 0.19 | 0 | 0.52 | 0.09 | 82.5 | 0.72 | 0.67 |
| Hex | BB | E8 | 70 | 13 | 0 | 34 | 9 | 52 | 48 | 43 |
| Octal | 273 | 350 | 160 | 23 | 0 | 64 | 11 | 122 | 110 | 103 |
| Binary | 10111011 | 11101000 | 1110000 | 10011 | 0 | 110100 | 1001 | 1010010 | 1001000 | 1000011 |
Color Harmonies of #BBE870
Complementary color
Monochromatic Colors of #BBE870
Black with #BBE870
Text Example
Text Example
White with #BBE870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE870; }
p { color: rgb(187,232,112); }
H1.HeaderClassName
{
color: #BBE870;
}
.AnyTagClassName
{
color: #BBE870;
}
</style>
background-color css
<style>
a { background-color: #BBE870; }
a { background-color: rgb(187,232,112); }
div.DivClassName
{
background-color: #BBE870;
}
.BgClassName
{
background-color: #BBE870;
}
</style>
border-color css
<style>
span { border-color: #BBE870; }
span { border-color: rgb(187,232,112); }
td.TdClassName
{
border-color: #BBE870;
}
.TagClassName
{
border-color: #BBE870;
}
</style>