Shades of Sulu #BBF972
Tints of Sulu #BBF972
RGB
CMYK
RGB Variations
Color information
#BBF972 (or 0xBBF972) is known color: Sulu. HEX triplet: BB, F9 and 72. RGB value is (187,249,114). Sum of RGB (Red+Green+Blue) = 187+249+114=550 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34% from 550); Green value is 249 (97.66% from 255 or 45.27% from 550); Blue value is 114 (44.92% from 255 or 20.73% from 550); Max value from RGB is 249 - color contains mainly: green. Hex color #BBF972 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBF972 is #44068D. Grayscale: #D7D7D7. Windows color (decimal): -4458126 or 7535035. OLE color: 7535035.
HSL color Cylindrical-coordinate representation of color #BBF972: hue angle of 87.56º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BBF972 is Cyan = 0.25, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 187 | 249 | 114 | - |
| CMYK | 0.25 | 0 | 0.54 | 0.02 |
| HSL | 87.56º | 0.92% | 0.71% | - |
| HSV(B) | 87.56º | 0.54% | 0.98% | - |
| XYZ | 57.41 | 79.53 | 28.24 | - |
| YUV | 215.07 | 70.96 | 107.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 249 | 114 | 0.25 | 0 | 0.54 | 0.02 | 87.56 | 0.92 | 0.71 |
| Hex | BB | F9 | 72 | 19 | 0 | 36 | 2 | 58 | 5C | 47 |
| Octal | 273 | 371 | 162 | 31 | 0 | 66 | 2 | 130 | 134 | 107 |
| Binary | 10111011 | 11111001 | 1110010 | 11001 | 0 | 110110 | 10 | 1011000 | 1011100 | 1000111 |
Color Harmonies of #BBF972
Complementary color
Monochromatic Colors of #BBF972
Black with #BBF972
Text Example
Text Example
White with #BBF972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF972; }
p { color: rgb(187,249,114); }
H1.HeaderClassName
{
color: #BBF972;
}
.AnyTagClassName
{
color: #BBF972;
}
</style>
background-color css
<style>
a { background-color: #BBF972; }
a { background-color: rgb(187,249,114); }
div.DivClassName
{
background-color: #BBF972;
}
.BgClassName
{
background-color: #BBF972;
}
</style>
border-color css
<style>
span { border-color: #BBF972; }
span { border-color: rgb(187,249,114); }
td.TdClassName
{
border-color: #BBF972;
}
.TagClassName
{
border-color: #BBF972;
}
</style>