Shades of Sulu #B9E980
Tints of Sulu #B9E980
RGB
CMYK
RGB Variations
Color information
#B9E980 (or 0xB9E980) is known color: Sulu. HEX triplet: B9, E9 and 80. RGB value is (185,233,128). Sum of RGB (Red+Green+Blue) = 185+233+128=546 (72% of max value = 765). Red value is 185 (72.66% from 255 or 33.88% from 546); Green value is 233 (91.41% from 255 or 42.67% from 546); Blue value is 128 (50.39% from 255 or 23.44% from 546); Max value from RGB is 233 - color contains mainly: green. Hex color #B9E980 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B9E980 is #46167F. Grayscale: #CFCFCF. Windows color (decimal): -4593280 or 8448441. OLE color: 8448441.
HSL color Cylindrical-coordinate representation of color #B9E980: hue angle of 87.43º degrees, saturation: 0.7, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B9E980 is Cyan = 0.21, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 185 | 233 | 128 | - |
| CMYK | 0.21 | 0 | 0.45 | 0.09 |
| HSL | 87.43º | 0.7% | 0.71% | - |
| HSV(B) | 87.43º | 0.45% | 0.91% | - |
| XYZ | 53.04 | 70.15 | 31.17 | - |
| YUV | 206.68 | 83.6 | 112.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 233 | 128 | 0.21 | 0 | 0.45 | 0.09 | 87.43 | 0.7 | 0.71 |
| Hex | B9 | E9 | 80 | 15 | 0 | 2D | 9 | 57 | 46 | 47 |
| Octal | 271 | 351 | 200 | 25 | 0 | 55 | 11 | 127 | 106 | 107 |
| Binary | 10111001 | 11101001 | 10000000 | 10101 | 0 | 101101 | 1001 | 1010111 | 1000110 | 1000111 |
Color Harmonies of #B9E980
Complementary color
Monochromatic Colors of #B9E980
Black with #B9E980
Text Example
Text Example
White with #B9E980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9E980; }
p { color: rgb(185,233,128); }
H1.HeaderClassName
{
color: #B9E980;
}
.AnyTagClassName
{
color: #B9E980;
}
</style>
background-color css
<style>
a { background-color: #B9E980; }
a { background-color: rgb(185,233,128); }
div.DivClassName
{
background-color: #B9E980;
}
.BgClassName
{
background-color: #B9E980;
}
</style>
border-color css
<style>
span { border-color: #B9E980; }
span { border-color: rgb(185,233,128); }
td.TdClassName
{
border-color: #B9E980;
}
.TagClassName
{
border-color: #B9E980;
}
</style>