Shades of Sulu #B9E982
Tints of Sulu #B9E982
RGB
CMYK
RGB Variations
Color information
#B9E982 (or 0xB9E982) is known color: Sulu. HEX triplet: B9, E9 and 82. RGB value is (185,233,130). Sum of RGB (Red+Green+Blue) = 185+233+130=548 (72% of max value = 765). Red value is 185 (72.66% from 255 or 33.76% from 548); Green value is 233 (91.41% from 255 or 42.52% from 548); Blue value is 130 (51.17% from 255 or 23.72% from 548); Max value from RGB is 233 - color contains mainly: green. Hex color #B9E982 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B9E982 is #46167D. Grayscale: #CFCFCF. Windows color (decimal): -4593278 or 8579513. OLE color: 8579513.
HSL color Cylindrical-coordinate representation of color #B9E982: hue angle of 87.96º degrees, saturation: 0.7, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B9E982 is Cyan = 0.21, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 185 | 233 | 130 | - |
| CMYK | 0.21 | 0 | 0.44 | 0.09 |
| HSL | 87.96º | 0.7% | 0.71% | - |
| HSV(B) | 87.96º | 0.44% | 0.91% | - |
| XYZ | 53.18 | 70.2 | 31.87 | - |
| YUV | 206.91 | 84.6 | 112.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 233 | 130 | 0.21 | 0 | 0.44 | 0.09 | 87.96 | 0.7 | 0.71 |
| Hex | B9 | E9 | 82 | 15 | 0 | 2C | 9 | 58 | 46 | 47 |
| Octal | 271 | 351 | 202 | 25 | 0 | 54 | 11 | 130 | 106 | 107 |
| Binary | 10111001 | 11101001 | 10000010 | 10101 | 0 | 101100 | 1001 | 1011000 | 1000110 | 1000111 |
Color Harmonies of #B9E982
Complementary color
Monochromatic Colors of #B9E982
Black with #B9E982
Text Example
Text Example
White with #B9E982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9E982; }
p { color: rgb(185,233,130); }
H1.HeaderClassName
{
color: #B9E982;
}
.AnyTagClassName
{
color: #B9E982;
}
</style>
background-color css
<style>
a { background-color: #B9E982; }
a { background-color: rgb(185,233,130); }
div.DivClassName
{
background-color: #B9E982;
}
.BgClassName
{
background-color: #B9E982;
}
</style>
border-color css
<style>
span { border-color: #B9E982; }
span { border-color: rgb(185,233,130); }
td.TdClassName
{
border-color: #B9E982;
}
.TagClassName
{
border-color: #B9E982;
}
</style>