Shades of Sulu #BBE982
Tints of Sulu #BBE982
RGB
CMYK
RGB Variations
Color information
#BBE982 (or 0xBBE982) is known color: Sulu. HEX triplet: BB, E9 and 82. RGB value is (187,233,130). Sum of RGB (Red+Green+Blue) = 187+233+130=550 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34% from 550); Green value is 233 (91.41% from 255 or 42.36% from 550); Blue value is 130 (51.17% from 255 or 23.64% from 550); Max value from RGB is 233 - color contains mainly: green. Hex color #BBE982 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BBE982 is #44167D. Grayscale: #CFCFCF. Windows color (decimal): -4462206 or 8579515. OLE color: 8579515.
HSL color Cylindrical-coordinate representation of color #BBE982: hue angle of 86.8º degrees, saturation: 0.7, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BBE982 is Cyan = 0.20, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 187 | 233 | 130 | - |
| CMYK | 0.20 | 0 | 0.44 | 0.09 |
| HSL | 86.8º | 0.7% | 0.71% | - |
| HSV(B) | 86.8º | 0.44% | 0.91% | - |
| XYZ | 53.66 | 70.45 | 31.89 | - |
| YUV | 207.5 | 84.26 | 113.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 233 | 130 | 0.20 | 0 | 0.44 | 0.09 | 86.8 | 0.7 | 0.71 |
| Hex | BB | E9 | 82 | 14 | 0 | 2C | 9 | 57 | 46 | 47 |
| Octal | 273 | 351 | 202 | 24 | 0 | 54 | 11 | 127 | 106 | 107 |
| Binary | 10111011 | 11101001 | 10000010 | 10100 | 0 | 101100 | 1001 | 1010111 | 1000110 | 1000111 |
Color Harmonies of #BBE982
Complementary color
Monochromatic Colors of #BBE982
Black with #BBE982
Text Example
Text Example
White with #BBE982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE982; }
p { color: rgb(187,233,130); }
H1.HeaderClassName
{
color: #BBE982;
}
.AnyTagClassName
{
color: #BBE982;
}
</style>
background-color css
<style>
a { background-color: #BBE982; }
a { background-color: rgb(187,233,130); }
div.DivClassName
{
background-color: #BBE982;
}
.BgClassName
{
background-color: #BBE982;
}
</style>
border-color css
<style>
span { border-color: #BBE982; }
span { border-color: rgb(187,233,130); }
td.TdClassName
{
border-color: #BBE982;
}
.TagClassName
{
border-color: #BBE982;
}
</style>