Shades of Sulu #BEE290
Tints of Sulu #BEE290
RGB
CMYK
RGB Variations
Color information
#BEE290 (or 0xBEE290) is known color: Sulu. HEX triplet: BE, E2 and 90. RGB value is (190,226,144). Sum of RGB (Red+Green+Blue) = 190+226+144=560 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.93% from 560); Green value is 226 (88.67% from 255 or 40.36% from 560); Blue value is 144 (56.64% from 255 or 25.71% from 560); Max value from RGB is 226 - color contains mainly: green. Hex color #BEE290 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEE290 is #411D6F. Grayscale: #CECECE. Windows color (decimal): -4267376 or 9495230. OLE color: 9495230.
HSL color Cylindrical-coordinate representation of color #BEE290: hue angle of 86.34º degrees, saturation: 0.59, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BEE290 is Cyan = 0.16, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 190 | 226 | 144 | - |
| CMYK | 0.16 | 0 | 0.36 | 0.11 |
| HSL | 86.34º | 0.59% | 0.73% | - |
| HSV(B) | 86.34º | 0.36% | 0.89% | - |
| XYZ | 53.47 | 67.35 | 36.57 | - |
| YUV | 205.89 | 93.07 | 116.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 226 | 144 | 0.16 | 0 | 0.36 | 0.11 | 86.34 | 0.59 | 0.73 |
| Hex | BE | E2 | 90 | 10 | 0 | 24 | B | 56 | 3B | 49 |
| Octal | 276 | 342 | 220 | 20 | 0 | 44 | 13 | 126 | 73 | 111 |
| Binary | 10111110 | 11100010 | 10010000 | 10000 | 0 | 100100 | 1011 | 1010110 | 111011 | 1001001 |
Color Harmonies of #BEE290
Complementary color
Monochromatic Colors of #BEE290
Black with #BEE290
Text Example
Text Example
White with #BEE290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE290; }
p { color: rgb(190,226,144); }
H1.HeaderClassName
{
color: #BEE290;
}
.AnyTagClassName
{
color: #BEE290;
}
</style>
background-color css
<style>
a { background-color: #BEE290; }
a { background-color: rgb(190,226,144); }
div.DivClassName
{
background-color: #BEE290;
}
.BgClassName
{
background-color: #BEE290;
}
</style>
border-color css
<style>
span { border-color: #BEE290; }
span { border-color: rgb(190,226,144); }
td.TdClassName
{
border-color: #BEE290;
}
.TagClassName
{
border-color: #BEE290;
}
</style>