Shades of Sulu #B7D984
Tints of Sulu #B7D984
RGB
CMYK
RGB Variations
Color information
#B7D984 (or 0xB7D984) is known color: Sulu. HEX triplet: B7, D9 and 84. RGB value is (183,217,132). Sum of RGB (Red+Green+Blue) = 183+217+132=532 (70% of max value = 765). Red value is 183 (71.88% from 255 or 34.40% from 532); Green value is 217 (85.16% from 255 or 40.79% from 532); Blue value is 132 (51.95% from 255 or 24.81% from 532); Max value from RGB is 217 - color contains mainly: green. Hex color #B7D984 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7D984 is #48267B. Grayscale: #C5C5C5. Windows color (decimal): -4728444 or 8706487. OLE color: 8706487.
HSL color Cylindrical-coordinate representation of color #B7D984: hue angle of 84º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B7D984 is Cyan = 0.16, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 183 | 217 | 132 | - |
| CMYK | 0.16 | 0 | 0.39 | 0.15 |
| HSL | 84º | 0.53% | 0.68% | - |
| HSV(B) | 84º | 0.39% | 0.85% | - |
| XYZ | 48.51 | 61.36 | 31.12 | - |
| YUV | 197.14 | 91.24 | 117.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 217 | 132 | 0.16 | 0 | 0.39 | 0.15 | 84 | 0.53 | 0.68 |
| Hex | B7 | D9 | 84 | 10 | 0 | 27 | F | 54 | 35 | 44 |
| Octal | 267 | 331 | 204 | 20 | 0 | 47 | 17 | 124 | 65 | 104 |
| Binary | 10110111 | 11011001 | 10000100 | 10000 | 0 | 100111 | 1111 | 1010100 | 110101 | 1000100 |
Color Harmonies of #B7D984
Complementary color
Monochromatic Colors of #B7D984
Black with #B7D984
Text Example
Text Example
White with #B7D984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7D984; }
p { color: rgb(183,217,132); }
H1.HeaderClassName
{
color: #B7D984;
}
.AnyTagClassName
{
color: #B7D984;
}
</style>
background-color css
<style>
a { background-color: #B7D984; }
a { background-color: rgb(183,217,132); }
div.DivClassName
{
background-color: #B7D984;
}
.BgClassName
{
background-color: #B7D984;
}
</style>
border-color css
<style>
span { border-color: #B7D984; }
span { border-color: rgb(183,217,132); }
td.TdClassName
{
border-color: #B7D984;
}
.TagClassName
{
border-color: #B7D984;
}
</style>