Shades of Sulu #BBF98B
Tints of Sulu #BBF98B
RGB
CMYK
RGB Variations
Color information
#BBF98B (or 0xBBF98B) is known color: Sulu. HEX triplet: BB, F9 and 8B. RGB value is (187,249,139). Sum of RGB (Red+Green+Blue) = 187+249+139=575 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.52% from 575); Green value is 249 (97.66% from 255 or 43.30% from 575); Blue value is 139 (54.69% from 255 or 24.17% from 575); Max value from RGB is 249 - color contains mainly: green. Hex color #BBF98B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BBF98B is #440674. Grayscale: #DADADA. Windows color (decimal): -4458101 or 9173435. OLE color: 9173435.
HSL color Cylindrical-coordinate representation of color #BBF98B: hue angle of 93.82º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BBF98B is Cyan = 0.25, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 187 | 249 | 139 | - |
| CMYK | 0.25 | 0 | 0.44 | 0.02 |
| HSL | 93.82º | 0.9% | 0.76% | - |
| HSV(B) | 93.82º | 0.44% | 0.98% | - |
| XYZ | 59.03 | 80.18 | 36.79 | - |
| YUV | 217.92 | 83.46 | 105.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 249 | 139 | 0.25 | 0 | 0.44 | 0.02 | 93.82 | 0.9 | 0.76 |
| Hex | BB | F9 | 8B | 19 | 0 | 2C | 2 | 5E | 5A | 4C |
| Octal | 273 | 371 | 213 | 31 | 0 | 54 | 2 | 136 | 132 | 114 |
| Binary | 10111011 | 11111001 | 10001011 | 11001 | 0 | 101100 | 10 | 1011110 | 1011010 | 1001100 |
Color Harmonies of #BBF98B
Complementary color
Monochromatic Colors of #BBF98B
Black with #BBF98B
Text Example
Text Example
White with #BBF98B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF98B; }
p { color: rgb(187,249,139); }
H1.HeaderClassName
{
color: #BBF98B;
}
.AnyTagClassName
{
color: #BBF98B;
}
</style>
background-color css
<style>
a { background-color: #BBF98B; }
a { background-color: rgb(187,249,139); }
div.DivClassName
{
background-color: #BBF98B;
}
.BgClassName
{
background-color: #BBF98B;
}
</style>
border-color css
<style>
span { border-color: #BBF98B; }
span { border-color: rgb(187,249,139); }
td.TdClassName
{
border-color: #BBF98B;
}
.TagClassName
{
border-color: #BBF98B;
}
</style>