Shades of Sulu #B8D881
Tints of Sulu #B8D881
RGB
CMYK
RGB Variations
Color information
#B8D881 (or 0xB8D881) is known color: Sulu. HEX triplet: B8, D8 and 81. RGB value is (184,216,129). Sum of RGB (Red+Green+Blue) = 184+216+129=529 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.78% from 529); Green value is 216 (84.77% from 255 or 40.83% from 529); Blue value is 129 (50.78% from 255 or 24.39% from 529); Max value from RGB is 216 - color contains mainly: green. Hex color #B8D881 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8D881 is #47277E. Grayscale: #C4C4C4. Windows color (decimal): -4663167 or 8509624. OLE color: 8509624.
HSL color Cylindrical-coordinate representation of color #B8D881: hue angle of 82.07º 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 #B8D881 is Cyan = 0.15, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 184 | 216 | 129 | - |
| CMYK | 0.15 | 0 | 0.40 | 0.15 |
| HSL | 82.07º | 0.53% | 0.68% | - |
| HSV(B) | 82.07º | 0.4% | 0.85% | - |
| XYZ | 48.29 | 60.89 | 29.98 | - |
| YUV | 196.51 | 89.9 | 119.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 216 | 129 | 0.15 | 0 | 0.40 | 0.15 | 82.07 | 0.53 | 0.68 |
| Hex | B8 | D8 | 81 | F | 0 | 28 | F | 52 | 35 | 44 |
| Octal | 270 | 330 | 201 | 17 | 0 | 50 | 17 | 122 | 65 | 104 |
| Binary | 10111000 | 11011000 | 10000001 | 1111 | 0 | 101000 | 1111 | 1010010 | 110101 | 1000100 |
Color Harmonies of #B8D881
Complementary color
Monochromatic Colors of #B8D881
Black with #B8D881
Text Example
Text Example
White with #B8D881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8D881; }
p { color: rgb(184,216,129); }
H1.HeaderClassName
{
color: #B8D881;
}
.AnyTagClassName
{
color: #B8D881;
}
</style>
background-color css
<style>
a { background-color: #B8D881; }
a { background-color: rgb(184,216,129); }
div.DivClassName
{
background-color: #B8D881;
}
.BgClassName
{
background-color: #B8D881;
}
</style>
border-color css
<style>
span { border-color: #B8D881; }
span { border-color: rgb(184,216,129); }
td.TdClassName
{
border-color: #B8D881;
}
.TagClassName
{
border-color: #B8D881;
}
</style>