Shades of Sulu #BBE484
Tints of Sulu #BBE484
RGB
CMYK
RGB Variations
Color information
#BBE484 (or 0xBBE484) is known color: Sulu. HEX triplet: BB, E4 and 84. RGB value is (187,228,132). Sum of RGB (Red+Green+Blue) = 187+228+132=547 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.19% from 547); Green value is 228 (89.45% from 255 or 41.68% from 547); Blue value is 132 (51.95% from 255 or 24.13% from 547); Max value from RGB is 228 - color contains mainly: green. Hex color #BBE484 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBE484 is #441B7B. Grayscale: #CDCDCD. Windows color (decimal): -4463484 or 8709307. OLE color: 8709307.
HSL color Cylindrical-coordinate representation of color #BBE484: hue angle of 85.62º degrees, saturation: 0.64, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BBE484 is Cyan = 0.18, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 187 | 228 | 132 | - |
| CMYK | 0.18 | 0 | 0.42 | 0.11 |
| HSL | 85.62º | 0.64% | 0.71% | - |
| HSV(B) | 85.62º | 0.42% | 0.89% | - |
| XYZ | 52.4 | 67.72 | 32.14 | - |
| YUV | 204.8 | 86.92 | 115.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 228 | 132 | 0.18 | 0 | 0.42 | 0.11 | 85.62 | 0.64 | 0.71 |
| Hex | BB | E4 | 84 | 12 | 0 | 2A | B | 56 | 40 | 47 |
| Octal | 273 | 344 | 204 | 22 | 0 | 52 | 13 | 126 | 100 | 107 |
| Binary | 10111011 | 11100100 | 10000100 | 10010 | 0 | 101010 | 1011 | 1010110 | 1000000 | 1000111 |
Color Harmonies of #BBE484
Complementary color
Monochromatic Colors of #BBE484
Black with #BBE484
Text Example
Text Example
White with #BBE484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE484; }
p { color: rgb(187,228,132); }
H1.HeaderClassName
{
color: #BBE484;
}
.AnyTagClassName
{
color: #BBE484;
}
</style>
background-color css
<style>
a { background-color: #BBE484; }
a { background-color: rgb(187,228,132); }
div.DivClassName
{
background-color: #BBE484;
}
.BgClassName
{
background-color: #BBE484;
}
</style>
border-color css
<style>
span { border-color: #BBE484; }
span { border-color: rgb(187,228,132); }
td.TdClassName
{
border-color: #BBE484;
}
.TagClassName
{
border-color: #BBE484;
}
</style>