Shades of Sulu #B9F090
Tints of Sulu #B9F090
RGB
CMYK
RGB Variations
Color information
#B9F090 (or 0xB9F090) is known color: Sulu. HEX triplet: B9, F0 and 90. RGB value is (185,240,144). Sum of RGB (Red+Green+Blue) = 185+240+144=569 (75% of max value = 765). Red value is 185 (72.66% from 255 or 32.51% from 569); Green value is 240 (94.14% from 255 or 42.18% from 569); Blue value is 144 (56.64% from 255 or 25.31% from 569); Max value from RGB is 240 - color contains mainly: green. Hex color #B9F090 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B9F090 is #460F6F. Grayscale: #D4D4D4. Windows color (decimal): -4591472 or 9498809. OLE color: 9498809.
HSL color Cylindrical-coordinate representation of color #B9F090: hue angle of 94.38º degrees, saturation: 0.76, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B9F090 is Cyan = 0.23, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 185 | 240 | 144 | - |
| CMYK | 0.23 | 0 | 0.4 | 0.06 |
| HSL | 94.38º | 0.76% | 0.75% | - |
| HSV(B) | 94.38º | 0.4% | 0.94% | - |
| XYZ | 56.2 | 74.65 | 37.83 | - |
| YUV | 212.61 | 89.28 | 108.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 240 | 144 | 0.23 | 0 | 0.4 | 0.06 | 94.38 | 0.76 | 0.75 |
| Hex | B9 | F0 | 90 | 17 | 0 | 28 | 6 | 5E | 4C | 4B |
| Octal | 271 | 360 | 220 | 27 | 0 | 50 | 6 | 136 | 114 | 113 |
| Binary | 10111001 | 11110000 | 10010000 | 10111 | 0 | 101000 | 110 | 1011110 | 1001100 | 1001011 |
Color Harmonies of #B9F090
Complementary color
Monochromatic Colors of #B9F090
Black with #B9F090
Text Example
Text Example
White with #B9F090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9F090; }
p { color: rgb(185,240,144); }
H1.HeaderClassName
{
color: #B9F090;
}
.AnyTagClassName
{
color: #B9F090;
}
</style>
background-color css
<style>
a { background-color: #B9F090; }
a { background-color: rgb(185,240,144); }
div.DivClassName
{
background-color: #B9F090;
}
.BgClassName
{
background-color: #B9F090;
}
</style>
border-color css
<style>
span { border-color: #B9F090; }
span { border-color: rgb(185,240,144); }
td.TdClassName
{
border-color: #B9F090;
}
.TagClassName
{
border-color: #B9F090;
}
</style>