Shades of Sulu #BBF96C
Tints of Sulu #BBF96C
RGB
CMYK
RGB Variations
Color information
#BBF96C (or 0xBBF96C) is known color: Sulu. HEX triplet: BB, F9 and 6C. RGB value is (187,249,108). Sum of RGB (Red+Green+Blue) = 187+249+108=544 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.38% from 544); Green value is 249 (97.66% from 255 or 45.77% from 544); Blue value is 108 (42.58% from 255 or 19.85% from 544); Max value from RGB is 249 - color contains mainly: green. Hex color #BBF96C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBF96C is #440693. Grayscale: #D6D6D6. Windows color (decimal): -4458132 or 7141819. OLE color: 7141819.
HSL color Cylindrical-coordinate representation of color #BBF96C: hue angle of 86.38º degrees, saturation: 0.92, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BBF96C is Cyan = 0.25, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 187 | 249 | 108 | - |
| CMYK | 0.25 | 0 | 0.57 | 0.02 |
| HSL | 86.38º | 0.92% | 0.7% | - |
| HSV(B) | 86.38º | 0.57% | 0.98% | - |
| XYZ | 57.08 | 79.4 | 26.5 | - |
| YUV | 214.39 | 67.96 | 108.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 249 | 108 | 0.25 | 0 | 0.57 | 0.02 | 86.38 | 0.92 | 0.7 |
| Hex | BB | F9 | 6C | 19 | 0 | 39 | 2 | 56 | 5C | 46 |
| Octal | 273 | 371 | 154 | 31 | 0 | 71 | 2 | 126 | 134 | 106 |
| Binary | 10111011 | 11111001 | 1101100 | 11001 | 0 | 111001 | 10 | 1010110 | 1011100 | 1000110 |
Color Harmonies of #BBF96C
Complementary color
Monochromatic Colors of #BBF96C
Black with #BBF96C
Text Example
Text Example
White with #BBF96C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF96C; }
p { color: rgb(187,249,108); }
H1.HeaderClassName
{
color: #BBF96C;
}
.AnyTagClassName
{
color: #BBF96C;
}
</style>
background-color css
<style>
a { background-color: #BBF96C; }
a { background-color: rgb(187,249,108); }
div.DivClassName
{
background-color: #BBF96C;
}
.BgClassName
{
background-color: #BBF96C;
}
</style>
border-color css
<style>
span { border-color: #BBF96C; }
span { border-color: rgb(187,249,108); }
td.TdClassName
{
border-color: #BBF96C;
}
.TagClassName
{
border-color: #BBF96C;
}
</style>