Shades of Sulu #B9D882
Tints of Sulu #B9D882
RGB
CMYK
RGB Variations
Color information
#B9D882 (or 0xB9D882) is known color: Sulu. HEX triplet: B9, D8 and 82. RGB value is (185,216,130). Sum of RGB (Red+Green+Blue) = 185+216+130=531 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.84% from 531); Green value is 216 (84.77% from 255 or 40.68% from 531); Blue value is 130 (51.17% from 255 or 24.48% from 531); Max value from RGB is 216 - color contains mainly: green. Hex color #B9D882 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9D882 is #46277D. Grayscale: #C5C5C5. Windows color (decimal): -4597630 or 8575161. OLE color: 8575161.
HSL color Cylindrical-coordinate representation of color #B9D882: hue angle of 81.63º degrees, saturation: 0.52, 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 #B9D882 is Cyan = 0.14, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 185 | 216 | 130 | - |
| CMYK | 0.14 | 0 | 0.40 | 0.15 |
| HSL | 81.63º | 0.52% | 0.68% | - |
| HSV(B) | 81.63º | 0.4% | 0.85% | - |
| XYZ | 48.59 | 61.04 | 30.34 | - |
| YUV | 196.93 | 90.23 | 119.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 216 | 130 | 0.14 | 0 | 0.40 | 0.15 | 81.63 | 0.52 | 0.68 |
| Hex | B9 | D8 | 82 | E | 0 | 28 | F | 52 | 34 | 44 |
| Octal | 271 | 330 | 202 | 16 | 0 | 50 | 17 | 122 | 64 | 104 |
| Binary | 10111001 | 11011000 | 10000010 | 1110 | 0 | 101000 | 1111 | 1010010 | 110100 | 1000100 |
Color Harmonies of #B9D882
Complementary color
Monochromatic Colors of #B9D882
Black with #B9D882
Text Example
Text Example
White with #B9D882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9D882; }
p { color: rgb(185,216,130); }
H1.HeaderClassName
{
color: #B9D882;
}
.AnyTagClassName
{
color: #B9D882;
}
</style>
background-color css
<style>
a { background-color: #B9D882; }
a { background-color: rgb(185,216,130); }
div.DivClassName
{
background-color: #B9D882;
}
.BgClassName
{
background-color: #B9D882;
}
</style>
border-color css
<style>
span { border-color: #B9D882; }
span { border-color: rgb(185,216,130); }
td.TdClassName
{
border-color: #B9D882;
}
.TagClassName
{
border-color: #B9D882;
}
</style>