Shades of Sulu #B7D987
Tints of Sulu #B7D987
RGB
CMYK
RGB Variations
Color information
#B7D987 (or 0xB7D987) is known color: Sulu. HEX triplet: B7, D9 and 87. RGB value is (183,217,135). Sum of RGB (Red+Green+Blue) = 183+217+135=535 (70% of max value = 765). Red value is 183 (71.88% from 255 or 34.21% from 535); Green value is 217 (85.16% from 255 or 40.56% from 535); Blue value is 135 (53.12% from 255 or 25.23% from 535); Max value from RGB is 217 - color contains mainly: green. Hex color #B7D987 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7D987 is #482678. Grayscale: #C5C5C5. Windows color (decimal): -4728441 or 8903095. OLE color: 8903095.
HSL color Cylindrical-coordinate representation of color #B7D987: hue angle of 84.88º degrees, saturation: 0.52, 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 #B7D987 is Cyan = 0.16, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 183 | 217 | 135 | - |
| CMYK | 0.16 | 0 | 0.38 | 0.15 |
| HSL | 84.88º | 0.52% | 0.69% | - |
| HSV(B) | 84.88º | 0.38% | 0.85% | - |
| XYZ | 48.71 | 61.44 | 32.21 | - |
| YUV | 197.49 | 92.74 | 117.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 217 | 135 | 0.16 | 0 | 0.38 | 0.15 | 84.88 | 0.52 | 0.69 |
| Hex | B7 | D9 | 87 | 10 | 0 | 26 | F | 55 | 34 | 45 |
| Octal | 267 | 331 | 207 | 20 | 0 | 46 | 17 | 125 | 64 | 105 |
| Binary | 10110111 | 11011001 | 10000111 | 10000 | 0 | 100110 | 1111 | 1010101 | 110100 | 1000101 |
Color Harmonies of #B7D987
Complementary color
Monochromatic Colors of #B7D987
Black with #B7D987
Text Example
Text Example
White with #B7D987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7D987; }
p { color: rgb(183,217,135); }
H1.HeaderClassName
{
color: #B7D987;
}
.AnyTagClassName
{
color: #B7D987;
}
</style>
background-color css
<style>
a { background-color: #B7D987; }
a { background-color: rgb(183,217,135); }
div.DivClassName
{
background-color: #B7D987;
}
.BgClassName
{
background-color: #B7D987;
}
</style>
border-color css
<style>
span { border-color: #B7D987; }
span { border-color: rgb(183,217,135); }
td.TdClassName
{
border-color: #B7D987;
}
.TagClassName
{
border-color: #B7D987;
}
</style>