Shades of Sulu #B9E482
Tints of Sulu #B9E482
RGB
CMYK
RGB Variations
Color information
#B9E482 (or 0xB9E482) is known color: Sulu. HEX triplet: B9, E4 and 82. RGB value is (185,228,130). Sum of RGB (Red+Green+Blue) = 185+228+130=543 (71% of max value = 765). Red value is 185 (72.66% from 255 or 34.07% from 543); Green value is 228 (89.45% from 255 or 41.99% from 543); Blue value is 130 (51.17% from 255 or 23.94% from 543); Max value from RGB is 228 - color contains mainly: green. Hex color #B9E482 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9E482 is #461B7D. Grayscale: #CCCCCC. Windows color (decimal): -4594558 or 8578233. OLE color: 8578233.
HSL color Cylindrical-coordinate representation of color #B9E482: hue angle of 86.33º degrees, saturation: 0.64, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B9E482 is Cyan = 0.19, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 185 | 228 | 130 | - |
| CMYK | 0.19 | 0 | 0.43 | 0.11 |
| HSL | 86.33º | 0.64% | 0.7% | - |
| HSV(B) | 86.33º | 0.43% | 0.89% | - |
| XYZ | 51.78 | 67.41 | 31.4 | - |
| YUV | 203.97 | 86.25 | 114.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 228 | 130 | 0.19 | 0 | 0.43 | 0.11 | 86.33 | 0.64 | 0.7 |
| Hex | B9 | E4 | 82 | 13 | 0 | 2B | B | 56 | 40 | 46 |
| Octal | 271 | 344 | 202 | 23 | 0 | 53 | 13 | 126 | 100 | 106 |
| Binary | 10111001 | 11100100 | 10000010 | 10011 | 0 | 101011 | 1011 | 1010110 | 1000000 | 1000110 |
Color Harmonies of #B9E482
Complementary color
Monochromatic Colors of #B9E482
Black with #B9E482
Text Example
Text Example
White with #B9E482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9E482; }
p { color: rgb(185,228,130); }
H1.HeaderClassName
{
color: #B9E482;
}
.AnyTagClassName
{
color: #B9E482;
}
</style>
background-color css
<style>
a { background-color: #B9E482; }
a { background-color: rgb(185,228,130); }
div.DivClassName
{
background-color: #B9E482;
}
.BgClassName
{
background-color: #B9E482;
}
</style>
border-color css
<style>
span { border-color: #B9E482; }
span { border-color: rgb(185,228,130); }
td.TdClassName
{
border-color: #B9E482;
}
.TagClassName
{
border-color: #B9E482;
}
</style>