Shades of Sulu #B8D982
Tints of Sulu #B8D982
RGB
CMYK
RGB Variations
Color information
#B8D982 (or 0xB8D982) is known color: Sulu. HEX triplet: B8, D9 and 82. RGB value is (184,217,130). Sum of RGB (Red+Green+Blue) = 184+217+130=531 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.65% from 531); Green value is 217 (85.16% from 255 or 40.87% from 531); Blue value is 130 (51.17% from 255 or 24.48% from 531); Max value from RGB is 217 - color contains mainly: green. Hex color #B8D982 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8D982 is #47267D. Grayscale: #C5C5C5. Windows color (decimal): -4662910 or 8575416. OLE color: 8575416.
HSL color Cylindrical-coordinate representation of color #B8D982: hue angle of 82.76º 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 #B8D982 is Cyan = 0.15, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 184 | 217 | 130 | - |
| CMYK | 0.15 | 0 | 0.40 | 0.15 |
| HSL | 82.76º | 0.53% | 0.68% | - |
| HSV(B) | 82.76º | 0.4% | 0.85% | - |
| XYZ | 48.61 | 61.43 | 30.41 | - |
| YUV | 197.22 | 90.07 | 118.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 217 | 130 | 0.15 | 0 | 0.40 | 0.15 | 82.76 | 0.53 | 0.68 |
| Hex | B8 | D9 | 82 | F | 0 | 28 | F | 53 | 35 | 44 |
| Octal | 270 | 331 | 202 | 17 | 0 | 50 | 17 | 123 | 65 | 104 |
| Binary | 10111000 | 11011001 | 10000010 | 1111 | 0 | 101000 | 1111 | 1010011 | 110101 | 1000100 |
Color Harmonies of #B8D982
Complementary color
Monochromatic Colors of #B8D982
Black with #B8D982
Text Example
Text Example
White with #B8D982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8D982; }
p { color: rgb(184,217,130); }
H1.HeaderClassName
{
color: #B8D982;
}
.AnyTagClassName
{
color: #B8D982;
}
</style>
background-color css
<style>
a { background-color: #B8D982; }
a { background-color: rgb(184,217,130); }
div.DivClassName
{
background-color: #B8D982;
}
.BgClassName
{
background-color: #B8D982;
}
</style>
border-color css
<style>
span { border-color: #B8D982; }
span { border-color: rgb(184,217,130); }
td.TdClassName
{
border-color: #B8D982;
}
.TagClassName
{
border-color: #B8D982;
}
</style>