Shades of Sulu #B9EE84
Tints of Sulu #B9EE84
RGB
CMYK
RGB Variations
Color information
#B9EE84 (or 0xB9EE84) is known color: Sulu. HEX triplet: B9, EE and 84. RGB value is (185,238,132). Sum of RGB (Red+Green+Blue) = 185+238+132=555 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.33% from 555); Green value is 238 (93.36% from 255 or 42.88% from 555); Blue value is 132 (51.95% from 255 or 23.78% from 555); Max value from RGB is 238 - color contains mainly: green. Hex color #B9EE84 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B9EE84 is #46117B. Grayscale: #D2D2D2. Windows color (decimal): -4591996 or 8711865. OLE color: 8711865.
HSL color Cylindrical-coordinate representation of color #B9EE84: hue angle of 90º degrees, saturation: 0.76, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B9EE84 is Cyan = 0.22, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 185 | 238 | 132 | - |
| CMYK | 0.22 | 0 | 0.45 | 0.07 |
| HSL | 90º | 0.76% | 0.73% | - |
| HSV(B) | 90º | 0.45% | 0.93% | - |
| XYZ | 54.75 | 73.13 | 33.06 | - |
| YUV | 210.07 | 83.94 | 110.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 238 | 132 | 0.22 | 0 | 0.45 | 0.07 | 90 | 0.76 | 0.73 |
| Hex | B9 | EE | 84 | 16 | 0 | 2D | 7 | 5A | 4C | 49 |
| Octal | 271 | 356 | 204 | 26 | 0 | 55 | 7 | 132 | 114 | 111 |
| Binary | 10111001 | 11101110 | 10000100 | 10110 | 0 | 101101 | 111 | 1011010 | 1001100 | 1001001 |
Color Harmonies of #B9EE84
Complementary color
Monochromatic Colors of #B9EE84
Black with #B9EE84
Text Example
Text Example
White with #B9EE84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9EE84; }
p { color: rgb(185,238,132); }
H1.HeaderClassName
{
color: #B9EE84;
}
.AnyTagClassName
{
color: #B9EE84;
}
</style>
background-color css
<style>
a { background-color: #B9EE84; }
a { background-color: rgb(185,238,132); }
div.DivClassName
{
background-color: #B9EE84;
}
.BgClassName
{
background-color: #B9EE84;
}
</style>
border-color css
<style>
span { border-color: #B9EE84; }
span { border-color: rgb(185,238,132); }
td.TdClassName
{
border-color: #B9EE84;
}
.TagClassName
{
border-color: #B9EE84;
}
</style>