Shades of Sulu #BEE992
Tints of Sulu #BEE992
RGB
CMYK
RGB Variations
Color information
#BEE992 (or 0xBEE992) is known color: Sulu. HEX triplet: BE, E9 and 92. RGB value is (190,233,146). Sum of RGB (Red+Green+Blue) = 190+233+146=569 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.39% from 569); Green value is 233 (91.41% from 255 or 40.95% from 569); Blue value is 146 (57.42% from 255 or 25.66% from 569); Max value from RGB is 233 - color contains mainly: green. Hex color #BEE992 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEE992 is #41166D. Grayscale: #D2D2D2. Windows color (decimal): -4265582 or 9628094. OLE color: 9628094.
HSL color Cylindrical-coordinate representation of color #BEE992: hue angle of 89.66º degrees, saturation: 0.66, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BEE992 is Cyan = 0.18, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 190 | 233 | 146 | - |
| CMYK | 0.18 | 0 | 0.37 | 0.09 |
| HSL | 89.66º | 0.66% | 0.74% | - |
| HSV(B) | 89.66º | 0.37% | 0.91% | - |
| XYZ | 55.56 | 71.3 | 38.03 | - |
| YUV | 210.23 | 91.75 | 113.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 233 | 146 | 0.18 | 0 | 0.37 | 0.09 | 89.66 | 0.66 | 0.74 |
| Hex | BE | E9 | 92 | 12 | 0 | 25 | 9 | 5A | 42 | 4A |
| Octal | 276 | 351 | 222 | 22 | 0 | 45 | 11 | 132 | 102 | 112 |
| Binary | 10111110 | 11101001 | 10010010 | 10010 | 0 | 100101 | 1001 | 1011010 | 1000010 | 1001010 |
Color Harmonies of #BEE992
Complementary color
Monochromatic Colors of #BEE992
Black with #BEE992
Text Example
Text Example
White with #BEE992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE992; }
p { color: rgb(190,233,146); }
H1.HeaderClassName
{
color: #BEE992;
}
.AnyTagClassName
{
color: #BEE992;
}
</style>
background-color css
<style>
a { background-color: #BEE992; }
a { background-color: rgb(190,233,146); }
div.DivClassName
{
background-color: #BEE992;
}
.BgClassName
{
background-color: #BEE992;
}
</style>
border-color css
<style>
span { border-color: #BEE992; }
span { border-color: rgb(190,233,146); }
td.TdClassName
{
border-color: #BEE992;
}
.TagClassName
{
border-color: #BEE992;
}
</style>