Shades of Sulu #B7D982
Tints of Sulu #B7D982
RGB
CMYK
RGB Variations
Color information
#B7D982 (or 0xB7D982) is known color: Sulu. HEX triplet: B7, D9 and 82. RGB value is (183,217,130). Sum of RGB (Red+Green+Blue) = 183+217+130=530 (70% of max value = 765). Red value is 183 (71.88% from 255 or 34.53% from 530); Green value is 217 (85.16% from 255 or 40.94% from 530); Blue value is 130 (51.17% from 255 or 24.53% from 530); Max value from RGB is 217 - color contains mainly: green. Hex color #B7D982 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7D982 is #48267D. Grayscale: #C5C5C5. Windows color (decimal): -4728446 or 8575415. OLE color: 8575415.
HSL color Cylindrical-coordinate representation of color #B7D982: hue angle of 83.45º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B7D982 is Cyan = 0.16, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 183 | 217 | 130 | - |
| CMYK | 0.16 | 0 | 0.40 | 0.15 |
| HSL | 83.45º | 0.53% | 0.68% | - |
| HSV(B) | 83.45º | 0.4% | 0.85% | - |
| XYZ | 48.37 | 61.3 | 30.4 | - |
| YUV | 196.92 | 90.24 | 118.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 217 | 130 | 0.16 | 0 | 0.40 | 0.15 | 83.45 | 0.53 | 0.68 |
| Hex | B7 | D9 | 82 | 10 | 0 | 28 | F | 53 | 35 | 44 |
| Octal | 267 | 331 | 202 | 20 | 0 | 50 | 17 | 123 | 65 | 104 |
| Binary | 10110111 | 11011001 | 10000010 | 10000 | 0 | 101000 | 1111 | 1010011 | 110101 | 1000100 |
Color Harmonies of #B7D982
Complementary color
Monochromatic Colors of #B7D982
Black with #B7D982
Text Example
Text Example
White with #B7D982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7D982; }
p { color: rgb(183,217,130); }
H1.HeaderClassName
{
color: #B7D982;
}
.AnyTagClassName
{
color: #B7D982;
}
</style>
background-color css
<style>
a { background-color: #B7D982; }
a { background-color: rgb(183,217,130); }
div.DivClassName
{
background-color: #B7D982;
}
.BgClassName
{
background-color: #B7D982;
}
</style>
border-color css
<style>
span { border-color: #B7D982; }
span { border-color: rgb(183,217,130); }
td.TdClassName
{
border-color: #B7D982;
}
.TagClassName
{
border-color: #B7D982;
}
</style>