Shades of Sulu #B9F185
Tints of Sulu #B9F185
RGB
CMYK
RGB Variations
Color information
#B9F185 (or 0xB9F185) is known color: Sulu. HEX triplet: B9, F1 and 85. RGB value is (185,241,133). Sum of RGB (Red+Green+Blue) = 185+241+133=559 (74% of max value = 765). Red value is 185 (72.66% from 255 or 33.09% from 559); Green value is 241 (94.53% from 255 or 43.11% from 559); Blue value is 133 (52.34% from 255 or 23.79% from 559); Max value from RGB is 241 - color contains mainly: green. Hex color #B9F185 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B9F185 is #460E7A. Grayscale: #D4D4D4. Windows color (decimal): -4591227 or 8778169. OLE color: 8778169.
HSL color Cylindrical-coordinate representation of color #B9F185: hue angle of 91.11º degrees, saturation: 0.79, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B9F185 is Cyan = 0.23, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 185 | 241 | 133 | - |
| CMYK | 0.23 | 0 | 0.45 | 0.05 |
| HSL | 91.11º | 0.79% | 0.73% | - |
| HSV(B) | 91.11º | 0.45% | 0.95% | - |
| XYZ | 55.7 | 74.92 | 33.72 | - |
| YUV | 211.94 | 83.45 | 108.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 241 | 133 | 0.23 | 0 | 0.45 | 0.05 | 91.11 | 0.79 | 0.73 |
| Hex | B9 | F1 | 85 | 17 | 0 | 2D | 5 | 5B | 4F | 49 |
| Octal | 271 | 361 | 205 | 27 | 0 | 55 | 5 | 133 | 117 | 111 |
| Binary | 10111001 | 11110001 | 10000101 | 10111 | 0 | 101101 | 101 | 1011011 | 1001111 | 1001001 |
Color Harmonies of #B9F185
Complementary color
Monochromatic Colors of #B9F185
Black with #B9F185
Text Example
Text Example
White with #B9F185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9F185; }
p { color: rgb(185,241,133); }
H1.HeaderClassName
{
color: #B9F185;
}
.AnyTagClassName
{
color: #B9F185;
}
</style>
background-color css
<style>
a { background-color: #B9F185; }
a { background-color: rgb(185,241,133); }
div.DivClassName
{
background-color: #B9F185;
}
.BgClassName
{
background-color: #B9F185;
}
</style>
border-color css
<style>
span { border-color: #B9F185; }
span { border-color: rgb(185,241,133); }
td.TdClassName
{
border-color: #B9F185;
}
.TagClassName
{
border-color: #B9F185;
}
</style>