Shades of Sulu #BBE582
Tints of Sulu #BBE582
RGB
CMYK
RGB Variations
Color information
#BBE582 (or 0xBBE582) is known color: Sulu. HEX triplet: BB, E5 and 82. RGB value is (187,229,130). Sum of RGB (Red+Green+Blue) = 187+229+130=546 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.25% from 546); Green value is 229 (89.84% from 255 or 41.94% from 546); Blue value is 130 (51.17% from 255 or 23.81% from 546); Max value from RGB is 229 - color contains mainly: green. Hex color #BBE582 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBE582 is #441A7D. Grayscale: #CDCDCD. Windows color (decimal): -4463230 or 8578491. OLE color: 8578491.
HSL color Cylindrical-coordinate representation of color #BBE582: hue angle of 85.45º degrees, saturation: 0.66, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BBE582 is Cyan = 0.18, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 187 | 229 | 130 | - |
| CMYK | 0.18 | 0 | 0.43 | 0.10 |
| HSL | 85.45º | 0.66% | 0.7% | - |
| HSV(B) | 85.45º | 0.43% | 0.9% | - |
| XYZ | 52.54 | 68.22 | 31.52 | - |
| YUV | 205.16 | 85.59 | 115.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 229 | 130 | 0.18 | 0 | 0.43 | 0.10 | 85.45 | 0.66 | 0.7 |
| Hex | BB | E5 | 82 | 12 | 0 | 2B | A | 55 | 42 | 46 |
| Octal | 273 | 345 | 202 | 22 | 0 | 53 | 12 | 125 | 102 | 106 |
| Binary | 10111011 | 11100101 | 10000010 | 10010 | 0 | 101011 | 1010 | 1010101 | 1000010 | 1000110 |
Color Harmonies of #BBE582
Complementary color
Monochromatic Colors of #BBE582
Black with #BBE582
Text Example
Text Example
White with #BBE582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE582; }
p { color: rgb(187,229,130); }
H1.HeaderClassName
{
color: #BBE582;
}
.AnyTagClassName
{
color: #BBE582;
}
</style>
background-color css
<style>
a { background-color: #BBE582; }
a { background-color: rgb(187,229,130); }
div.DivClassName
{
background-color: #BBE582;
}
.BgClassName
{
background-color: #BBE582;
}
</style>
border-color css
<style>
span { border-color: #BBE582; }
span { border-color: rgb(187,229,130); }
td.TdClassName
{
border-color: #BBE582;
}
.TagClassName
{
border-color: #BBE582;
}
</style>