Shades of Sulu #B9E98C
Tints of Sulu #B9E98C
RGB
CMYK
RGB Variations
Color information
#B9E98C (or 0xB9E98C) is known color: Sulu. HEX triplet: B9, E9 and 8C. RGB value is (185,233,140). Sum of RGB (Red+Green+Blue) = 185+233+140=558 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.15% from 558); Green value is 233 (91.41% from 255 or 41.76% from 558); Blue value is 140 (55.08% from 255 or 25.09% from 558); Max value from RGB is 233 - color contains mainly: green. Hex color #B9E98C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B9E98C is #461673. Grayscale: #D0D0D0. Windows color (decimal): -4593268 or 9234873. OLE color: 9234873.
HSL color Cylindrical-coordinate representation of color #B9E98C: hue angle of 90.97º degrees, saturation: 0.68, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B9E98C is Cyan = 0.21, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 185 | 233 | 140 | - |
| CMYK | 0.21 | 0 | 0.40 | 0.09 |
| HSL | 90.97º | 0.68% | 0.73% | - |
| HSV(B) | 90.97º | 0.4% | 0.91% | - |
| XYZ | 53.88 | 70.49 | 35.58 | - |
| YUV | 208.05 | 89.6 | 111.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 233 | 140 | 0.21 | 0 | 0.40 | 0.09 | 90.97 | 0.68 | 0.73 |
| Hex | B9 | E9 | 8C | 15 | 0 | 28 | 9 | 5B | 44 | 49 |
| Octal | 271 | 351 | 214 | 25 | 0 | 50 | 11 | 133 | 104 | 111 |
| Binary | 10111001 | 11101001 | 10001100 | 10101 | 0 | 101000 | 1001 | 1011011 | 1000100 | 1001001 |
Color Harmonies of #B9E98C
Complementary color
Monochromatic Colors of #B9E98C
Black with #B9E98C
Text Example
Text Example
White with #B9E98C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9E98C; }
p { color: rgb(185,233,140); }
H1.HeaderClassName
{
color: #B9E98C;
}
.AnyTagClassName
{
color: #B9E98C;
}
</style>
background-color css
<style>
a { background-color: #B9E98C; }
a { background-color: rgb(185,233,140); }
div.DivClassName
{
background-color: #B9E98C;
}
.BgClassName
{
background-color: #B9E98C;
}
</style>
border-color css
<style>
span { border-color: #B9E98C; }
span { border-color: rgb(185,233,140); }
td.TdClassName
{
border-color: #B9E98C;
}
.TagClassName
{
border-color: #B9E98C;
}
</style>