Shades of Sulu #BEE292
Tints of Sulu #BEE292
RGB
CMYK
RGB Variations
Color information
#BEE292 (or 0xBEE292) is known color: Sulu. HEX triplet: BE, E2 and 92. RGB value is (190,226,146). Sum of RGB (Red+Green+Blue) = 190+226+146=562 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.81% from 562); Green value is 226 (88.67% from 255 or 40.21% from 562); Blue value is 146 (57.42% from 255 or 25.98% from 562); Max value from RGB is 226 - color contains mainly: green. Hex color #BEE292 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEE292 is #411D6D. Grayscale: #CECECE. Windows color (decimal): -4267374 or 9626302. OLE color: 9626302.
HSL color Cylindrical-coordinate representation of color #BEE292: hue angle of 87º degrees, saturation: 0.58, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BEE292 is Cyan = 0.16, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 190 | 226 | 146 | - |
| CMYK | 0.16 | 0 | 0.35 | 0.11 |
| HSL | 87º | 0.58% | 0.73% | - |
| HSV(B) | 87º | 0.35% | 0.89% | - |
| XYZ | 53.62 | 67.42 | 37.38 | - |
| YUV | 206.12 | 94.07 | 116.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 226 | 146 | 0.16 | 0 | 0.35 | 0.11 | 87 | 0.58 | 0.73 |
| Hex | BE | E2 | 92 | 10 | 0 | 23 | B | 57 | 3A | 49 |
| Octal | 276 | 342 | 222 | 20 | 0 | 43 | 13 | 127 | 72 | 111 |
| Binary | 10111110 | 11100010 | 10010010 | 10000 | 0 | 100011 | 1011 | 1010111 | 111010 | 1001001 |
Color Harmonies of #BEE292
Complementary color
Monochromatic Colors of #BEE292
Black with #BEE292
Text Example
Text Example
White with #BEE292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE292; }
p { color: rgb(190,226,146); }
H1.HeaderClassName
{
color: #BEE292;
}
.AnyTagClassName
{
color: #BEE292;
}
</style>
background-color css
<style>
a { background-color: #BEE292; }
a { background-color: rgb(190,226,146); }
div.DivClassName
{
background-color: #BEE292;
}
.BgClassName
{
background-color: #BEE292;
}
</style>
border-color css
<style>
span { border-color: #BEE292; }
span { border-color: rgb(190,226,146); }
td.TdClassName
{
border-color: #BEE292;
}
.TagClassName
{
border-color: #BEE292;
}
</style>