Shades of Sulu #BBF492
Tints of Sulu #BBF492
RGB
CMYK
RGB Variations
Color information
#BBF492 (or 0xBBF492) is known color: Sulu. HEX triplet: BB, F4 and 92. RGB value is (187,244,146). Sum of RGB (Red+Green+Blue) = 187+244+146=577 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.41% from 577); Green value is 244 (95.70% from 255 or 42.29% from 577); Blue value is 146 (57.42% from 255 or 25.30% from 577); Max value from RGB is 244 - color contains mainly: green. Hex color #BBF492 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BBF492 is #440B6D. Grayscale: #D8D8D8. Windows color (decimal): -4459374 or 9630907. OLE color: 9630907.
HSL color Cylindrical-coordinate representation of color #BBF492: hue angle of 94.9º degrees, saturation: 0.82, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BBF492 is Cyan = 0.23, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 187 | 244 | 146 | - |
| CMYK | 0.23 | 0 | 0.40 | 0.04 |
| HSL | 94.9º | 0.82% | 0.76% | - |
| HSV(B) | 94.9º | 0.4% | 0.96% | - |
| XYZ | 58.03 | 77.34 | 39.06 | - |
| YUV | 215.79 | 88.62 | 107.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 244 | 146 | 0.23 | 0 | 0.40 | 0.04 | 94.9 | 0.82 | 0.76 |
| Hex | BB | F4 | 92 | 17 | 0 | 28 | 4 | 5F | 52 | 4C |
| Octal | 273 | 364 | 222 | 27 | 0 | 50 | 4 | 137 | 122 | 114 |
| Binary | 10111011 | 11110100 | 10010010 | 10111 | 0 | 101000 | 100 | 1011111 | 1010010 | 1001100 |
Color Harmonies of #BBF492
Complementary color
Monochromatic Colors of #BBF492
Black with #BBF492
Text Example
Text Example
White with #BBF492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF492; }
p { color: rgb(187,244,146); }
H1.HeaderClassName
{
color: #BBF492;
}
.AnyTagClassName
{
color: #BBF492;
}
</style>
background-color css
<style>
a { background-color: #BBF492; }
a { background-color: rgb(187,244,146); }
div.DivClassName
{
background-color: #BBF492;
}
.BgClassName
{
background-color: #BBF492;
}
</style>
border-color css
<style>
span { border-color: #BBF492; }
span { border-color: rgb(187,244,146); }
td.TdClassName
{
border-color: #BBF492;
}
.TagClassName
{
border-color: #BBF492;
}
</style>