Shades of Sulu #B9D887
Tints of Sulu #B9D887
RGB
CMYK
RGB Variations
Color information
#B9D887 (or 0xB9D887) is known color: Sulu. HEX triplet: B9, D8 and 87. RGB value is (185,216,135). Sum of RGB (Red+Green+Blue) = 185+216+135=536 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.51% from 536); Green value is 216 (84.77% from 255 or 40.30% from 536); Blue value is 135 (53.12% from 255 or 25.19% from 536); Max value from RGB is 216 - color contains mainly: green. Hex color #B9D887 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9D887 is #462778. Grayscale: #C5C5C5. Windows color (decimal): -4597625 or 8902841. OLE color: 8902841.
HSL color Cylindrical-coordinate representation of color #B9D887: hue angle of 82.96º degrees, saturation: 0.51, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B9D887 is Cyan = 0.14, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 185 | 216 | 135 | - |
| CMYK | 0.14 | 0 | 0.38 | 0.15 |
| HSL | 82.96º | 0.51% | 0.69% | - |
| HSV(B) | 82.96º | 0.38% | 0.85% | - |
| XYZ | 48.94 | 61.18 | 32.15 | - |
| YUV | 197.5 | 92.73 | 119.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 216 | 135 | 0.14 | 0 | 0.38 | 0.15 | 82.96 | 0.51 | 0.69 |
| Hex | B9 | D8 | 87 | E | 0 | 26 | F | 53 | 33 | 45 |
| Octal | 271 | 330 | 207 | 16 | 0 | 46 | 17 | 123 | 63 | 105 |
| Binary | 10111001 | 11011000 | 10000111 | 1110 | 0 | 100110 | 1111 | 1010011 | 110011 | 1000101 |
Color Harmonies of #B9D887
Complementary color
Monochromatic Colors of #B9D887
Black with #B9D887
Text Example
Text Example
White with #B9D887
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9D887; }
p { color: rgb(185,216,135); }
H1.HeaderClassName
{
color: #B9D887;
}
.AnyTagClassName
{
color: #B9D887;
}
</style>
background-color css
<style>
a { background-color: #B9D887; }
a { background-color: rgb(185,216,135); }
div.DivClassName
{
background-color: #B9D887;
}
.BgClassName
{
background-color: #B9D887;
}
</style>
border-color css
<style>
span { border-color: #B9D887; }
span { border-color: rgb(185,216,135); }
td.TdClassName
{
border-color: #B9D887;
}
.TagClassName
{
border-color: #B9D887;
}
</style>