Shades of Sulu #B9D883
Tints of Sulu #B9D883
RGB
CMYK
RGB Variations
Color information
#B9D883 (or 0xB9D883) is known color: Sulu. HEX triplet: B9, D8 and 83. RGB value is (185,216,131). Sum of RGB (Red+Green+Blue) = 185+216+131=532 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.77% from 532); Green value is 216 (84.77% from 255 or 40.60% from 532); Blue value is 131 (51.56% from 255 or 24.62% from 532); Max value from RGB is 216 - color contains mainly: green. Hex color #B9D883 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9D883 is #46277C. Grayscale: #C5C5C5. Windows color (decimal): -4597629 or 8640697. OLE color: 8640697.
HSL color Cylindrical-coordinate representation of color #B9D883: hue angle of 81.88º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B9D883 is Cyan = 0.14, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 185 | 216 | 131 | - |
| CMYK | 0.14 | 0 | 0.39 | 0.15 |
| HSL | 81.88º | 0.52% | 0.68% | - |
| HSV(B) | 81.88º | 0.39% | 0.85% | - |
| XYZ | 48.66 | 61.06 | 30.69 | - |
| YUV | 197.04 | 90.73 | 119.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 216 | 131 | 0.14 | 0 | 0.39 | 0.15 | 81.88 | 0.52 | 0.68 |
| Hex | B9 | D8 | 83 | E | 0 | 27 | F | 52 | 34 | 44 |
| Octal | 271 | 330 | 203 | 16 | 0 | 47 | 17 | 122 | 64 | 104 |
| Binary | 10111001 | 11011000 | 10000011 | 1110 | 0 | 100111 | 1111 | 1010010 | 110100 | 1000100 |
Color Harmonies of #B9D883
Complementary color
Monochromatic Colors of #B9D883
Black with #B9D883
Text Example
Text Example
White with #B9D883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9D883; }
p { color: rgb(185,216,131); }
H1.HeaderClassName
{
color: #B9D883;
}
.AnyTagClassName
{
color: #B9D883;
}
</style>
background-color css
<style>
a { background-color: #B9D883; }
a { background-color: rgb(185,216,131); }
div.DivClassName
{
background-color: #B9D883;
}
.BgClassName
{
background-color: #B9D883;
}
</style>
border-color css
<style>
span { border-color: #B9D883; }
span { border-color: rgb(185,216,131); }
td.TdClassName
{
border-color: #B9D883;
}
.TagClassName
{
border-color: #B9D883;
}
</style>