Shades of Sulu #B9E381
Tints of Sulu #B9E381
RGB
CMYK
RGB Variations
Color information
#B9E381 (or 0xB9E381) is known color: Sulu. HEX triplet: B9, E3 and 81. RGB value is (185,227,129). Sum of RGB (Red+Green+Blue) = 185+227+129=541 (71% of max value = 765). Red value is 185 (72.66% from 255 or 34.20% from 541); Green value is 227 (89.06% from 255 or 41.96% from 541); Blue value is 129 (50.78% from 255 or 23.84% from 541); Max value from RGB is 227 - color contains mainly: green. Hex color #B9E381 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9E381 is #461C7E. Grayscale: #CBCBCB. Windows color (decimal): -4594815 or 8512441. OLE color: 8512441.
HSL color Cylindrical-coordinate representation of color #B9E381: hue angle of 85.71º 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 #B9E381 is Cyan = 0.19, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 185 | 227 | 129 | - |
| CMYK | 0.19 | 0 | 0.43 | 0.11 |
| HSL | 85.71º | 0.64% | 0.7% | - |
| HSV(B) | 85.71º | 0.43% | 0.89% | - |
| XYZ | 51.44 | 66.84 | 30.96 | - |
| YUV | 203.27 | 86.09 | 114.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 227 | 129 | 0.19 | 0 | 0.43 | 0.11 | 85.71 | 0.64 | 0.7 |
| Hex | B9 | E3 | 81 | 13 | 0 | 2B | B | 56 | 40 | 46 |
| Octal | 271 | 343 | 201 | 23 | 0 | 53 | 13 | 126 | 100 | 106 |
| Binary | 10111001 | 11100011 | 10000001 | 10011 | 0 | 101011 | 1011 | 1010110 | 1000000 | 1000110 |
Color Harmonies of #B9E381
Complementary color
Monochromatic Colors of #B9E381
Black with #B9E381
Text Example
Text Example
White with #B9E381
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9E381; }
p { color: rgb(185,227,129); }
H1.HeaderClassName
{
color: #B9E381;
}
.AnyTagClassName
{
color: #B9E381;
}
</style>
background-color css
<style>
a { background-color: #B9E381; }
a { background-color: rgb(185,227,129); }
div.DivClassName
{
background-color: #B9E381;
}
.BgClassName
{
background-color: #B9E381;
}
</style>
border-color css
<style>
span { border-color: #B9E381; }
span { border-color: rgb(185,227,129); }
td.TdClassName
{
border-color: #B9E381;
}
.TagClassName
{
border-color: #B9E381;
}
</style>