Shades of Sulu #B9D983
Tints of Sulu #B9D983
RGB
CMYK
RGB Variations
Color information
#B9D983 (or 0xB9D983) is known color: Sulu. HEX triplet: B9, D9 and 83. RGB value is (185,217,131). Sum of RGB (Red+Green+Blue) = 185+217+131=533 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.71% from 533); Green value is 217 (85.16% from 255 or 40.71% from 533); Blue value is 131 (51.56% from 255 or 24.58% from 533); Max value from RGB is 217 - color contains mainly: green. Hex color #B9D983 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9D983 is #46267C. Grayscale: #C5C5C5. Windows color (decimal): -4597373 or 8640953. OLE color: 8640953.
HSL color Cylindrical-coordinate representation of color #B9D983: hue angle of 82.33º 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 #B9D983 is Cyan = 0.15, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 185 | 217 | 131 | - |
| CMYK | 0.15 | 0 | 0.40 | 0.15 |
| HSL | 82.33º | 0.53% | 0.68% | - |
| HSV(B) | 82.33º | 0.4% | 0.85% | - |
| XYZ | 48.92 | 61.58 | 30.78 | - |
| YUV | 197.63 | 90.4 | 118.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 217 | 131 | 0.15 | 0 | 0.40 | 0.15 | 82.33 | 0.53 | 0.68 |
| Hex | B9 | D9 | 83 | F | 0 | 28 | F | 52 | 35 | 44 |
| Octal | 271 | 331 | 203 | 17 | 0 | 50 | 17 | 122 | 65 | 104 |
| Binary | 10111001 | 11011001 | 10000011 | 1111 | 0 | 101000 | 1111 | 1010010 | 110101 | 1000100 |
Color Harmonies of #B9D983
Complementary color
Monochromatic Colors of #B9D983
Black with #B9D983
Text Example
Text Example
White with #B9D983
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9D983; }
p { color: rgb(185,217,131); }
H1.HeaderClassName
{
color: #B9D983;
}
.AnyTagClassName
{
color: #B9D983;
}
</style>
background-color css
<style>
a { background-color: #B9D983; }
a { background-color: rgb(185,217,131); }
div.DivClassName
{
background-color: #B9D983;
}
.BgClassName
{
background-color: #B9D983;
}
</style>
border-color css
<style>
span { border-color: #B9D983; }
span { border-color: rgb(185,217,131); }
td.TdClassName
{
border-color: #B9D983;
}
.TagClassName
{
border-color: #B9D983;
}
</style>