Shades of Sulu #B9D981
Tints of Sulu #B9D981
RGB
CMYK
RGB Variations
Color information
#B9D981 (or 0xB9D981) is known color: Sulu. HEX triplet: B9, D9 and 81. RGB value is (185,217,129). Sum of RGB (Red+Green+Blue) = 185+217+129=531 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.84% from 531); Green value is 217 (85.16% from 255 or 40.87% from 531); Blue value is 129 (50.78% from 255 or 24.29% from 531); Max value from RGB is 217 - color contains mainly: green. Hex color #B9D981 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9D981 is #46267E. Grayscale: #C5C5C5. Windows color (decimal): -4597375 or 8509881. OLE color: 8509881.
HSL color Cylindrical-coordinate representation of color #B9D981: hue angle of 81.82º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B9D981 is Cyan = 0.15, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 185 | 217 | 129 | - |
| CMYK | 0.15 | 0 | 0.41 | 0.15 |
| HSL | 81.82º | 0.54% | 0.68% | - |
| HSV(B) | 81.82º | 0.41% | 0.85% | - |
| XYZ | 48.78 | 61.52 | 30.07 | - |
| YUV | 197.4 | 89.4 | 119.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 217 | 129 | 0.15 | 0 | 0.41 | 0.15 | 81.82 | 0.54 | 0.68 |
| Hex | B9 | D9 | 81 | F | 0 | 29 | F | 52 | 36 | 44 |
| Octal | 271 | 331 | 201 | 17 | 0 | 51 | 17 | 122 | 66 | 104 |
| Binary | 10111001 | 11011001 | 10000001 | 1111 | 0 | 101001 | 1111 | 1010010 | 110110 | 1000100 |
Color Harmonies of #B9D981
Complementary color
Monochromatic Colors of #B9D981
Black with #B9D981
Text Example
Text Example
White with #B9D981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9D981; }
p { color: rgb(185,217,129); }
H1.HeaderClassName
{
color: #B9D981;
}
.AnyTagClassName
{
color: #B9D981;
}
</style>
background-color css
<style>
a { background-color: #B9D981; }
a { background-color: rgb(185,217,129); }
div.DivClassName
{
background-color: #B9D981;
}
.BgClassName
{
background-color: #B9D981;
}
</style>
border-color css
<style>
span { border-color: #B9D981; }
span { border-color: rgb(185,217,129); }
td.TdClassName
{
border-color: #B9D981;
}
.TagClassName
{
border-color: #B9D981;
}
</style>