Shades of Sulu #B9E686
Tints of Sulu #B9E686
RGB
CMYK
RGB Variations
Color information
#B9E686 (or 0xB9E686) is known color: Sulu. HEX triplet: B9, E6 and 86. RGB value is (185,230,134). Sum of RGB (Red+Green+Blue) = 185+230+134=549 (72% of max value = 765). Red value is 185 (72.66% from 255 or 33.70% from 549); Green value is 230 (90.23% from 255 or 41.89% from 549); Blue value is 134 (52.73% from 255 or 24.41% from 549); Max value from RGB is 230 - color contains mainly: green. Hex color #B9E686 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B9E686 is #461979. Grayscale: #CDCDCD. Windows color (decimal): -4594042 or 8840889. OLE color: 8840889.
HSL color Cylindrical-coordinate representation of color #B9E686: hue angle of 88.12º degrees, saturation: 0.66, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B9E686 is Cyan = 0.20, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 185 | 230 | 134 | - |
| CMYK | 0.20 | 0 | 0.42 | 0.10 |
| HSL | 88.13º | 0.66% | 0.71% | - |
| HSV(B) | 88.13º | 0.42% | 0.9% | - |
| XYZ | 52.61 | 68.63 | 33.03 | - |
| YUV | 205.6 | 87.59 | 113.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 230 | 134 | 0.20 | 0 | 0.42 | 0.10 | 88.13 | 0.66 | 0.71 |
| Hex | B9 | E6 | 86 | 14 | 0 | 2A | A | 58 | 42 | 47 |
| Octal | 271 | 346 | 206 | 24 | 0 | 52 | 12 | 130 | 102 | 107 |
| Binary | 10111001 | 11100110 | 10000110 | 10100 | 0 | 101010 | 1010 | 1011000 | 1000010 | 1000111 |
Color Harmonies of #B9E686
Complementary color
Monochromatic Colors of #B9E686
Black with #B9E686
Text Example
Text Example
White with #B9E686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9E686; }
p { color: rgb(185,230,134); }
H1.HeaderClassName
{
color: #B9E686;
}
.AnyTagClassName
{
color: #B9E686;
}
</style>
background-color css
<style>
a { background-color: #B9E686; }
a { background-color: rgb(185,230,134); }
div.DivClassName
{
background-color: #B9E686;
}
.BgClassName
{
background-color: #B9E686;
}
</style>
border-color css
<style>
span { border-color: #B9E686; }
span { border-color: rgb(185,230,134); }
td.TdClassName
{
border-color: #B9E686;
}
.TagClassName
{
border-color: #B9E686;
}
</style>