Shades of Sulu #B6D881
Tints of Sulu #B6D881
RGB
CMYK
RGB Variations
Color information
#B6D881 (or 0xB6D881) is known color: Sulu. HEX triplet: B6, D8 and 81. RGB value is (182,216,129). Sum of RGB (Red+Green+Blue) = 182+216+129=527 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.54% from 527); Green value is 216 (84.77% from 255 or 40.99% from 527); Blue value is 129 (50.78% from 255 or 24.48% from 527); Max value from RGB is 216 - color contains mainly: green. Hex color #B6D881 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6D881 is #49277E. Grayscale: #C4C4C4. Windows color (decimal): -4794239 or 8509622. OLE color: 8509622.
HSL color Cylindrical-coordinate representation of color #B6D881: 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 #B6D881 is Cyan = 0.16, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 182 | 216 | 129 | - |
| CMYK | 0.16 | 0 | 0.40 | 0.15 |
| HSL | 83.45º | 0.53% | 0.68% | - |
| HSV(B) | 83.45º | 0.4% | 0.85% | - |
| XYZ | 47.81 | 60.64 | 29.95 | - |
| YUV | 195.92 | 90.24 | 118.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 216 | 129 | 0.16 | 0 | 0.40 | 0.15 | 83.45 | 0.53 | 0.68 |
| Hex | B6 | D8 | 81 | 10 | 0 | 28 | F | 53 | 35 | 44 |
| Octal | 266 | 330 | 201 | 20 | 0 | 50 | 17 | 123 | 65 | 104 |
| Binary | 10110110 | 11011000 | 10000001 | 10000 | 0 | 101000 | 1111 | 1010011 | 110101 | 1000100 |
Color Harmonies of #B6D881
Complementary color
Monochromatic Colors of #B6D881
Black with #B6D881
Text Example
Text Example
White with #B6D881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6D881; }
p { color: rgb(182,216,129); }
H1.HeaderClassName
{
color: #B6D881;
}
.AnyTagClassName
{
color: #B6D881;
}
</style>
background-color css
<style>
a { background-color: #B6D881; }
a { background-color: rgb(182,216,129); }
div.DivClassName
{
background-color: #B6D881;
}
.BgClassName
{
background-color: #B6D881;
}
</style>
border-color css
<style>
span { border-color: #B6D881; }
span { border-color: rgb(182,216,129); }
td.TdClassName
{
border-color: #B6D881;
}
.TagClassName
{
border-color: #B6D881;
}
</style>