Shades of Sulu #BEE98C
Tints of Sulu #BEE98C
RGB
CMYK
RGB Variations
Color information
#BEE98C (or 0xBEE98C) is known color: Sulu. HEX triplet: BE, E9 and 8C. RGB value is (190,233,140). Sum of RGB (Red+Green+Blue) = 190+233+140=563 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.75% from 563); Green value is 233 (91.41% from 255 or 41.39% from 563); Blue value is 140 (55.08% from 255 or 24.87% from 563); Max value from RGB is 233 - color contains mainly: green. Hex color #BEE98C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEE98C is #411673. Grayscale: #D1D1D1. Windows color (decimal): -4265588 or 9234878. OLE color: 9234878.
HSL color Cylindrical-coordinate representation of color #BEE98C: hue angle of 87.74º degrees, saturation: 0.68, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BEE98C is Cyan = 0.18, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 190 | 233 | 140 | - |
| CMYK | 0.18 | 0 | 0.40 | 0.09 |
| HSL | 87.74º | 0.68% | 0.73% | - |
| HSV(B) | 87.74º | 0.4% | 0.91% | - |
| XYZ | 55.11 | 71.12 | 35.63 | - |
| YUV | 209.54 | 88.75 | 114.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 233 | 140 | 0.18 | 0 | 0.40 | 0.09 | 87.74 | 0.68 | 0.73 |
| Hex | BE | E9 | 8C | 12 | 0 | 28 | 9 | 58 | 44 | 49 |
| Octal | 276 | 351 | 214 | 22 | 0 | 50 | 11 | 130 | 104 | 111 |
| Binary | 10111110 | 11101001 | 10001100 | 10010 | 0 | 101000 | 1001 | 1011000 | 1000100 | 1001001 |
Color Harmonies of #BEE98C
Complementary color
Monochromatic Colors of #BEE98C
Black with #BEE98C
Text Example
Text Example
White with #BEE98C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE98C; }
p { color: rgb(190,233,140); }
H1.HeaderClassName
{
color: #BEE98C;
}
.AnyTagClassName
{
color: #BEE98C;
}
</style>
background-color css
<style>
a { background-color: #BEE98C; }
a { background-color: rgb(190,233,140); }
div.DivClassName
{
background-color: #BEE98C;
}
.BgClassName
{
background-color: #BEE98C;
}
</style>
border-color css
<style>
span { border-color: #BEE98C; }
span { border-color: rgb(190,233,140); }
td.TdClassName
{
border-color: #BEE98C;
}
.TagClassName
{
border-color: #BEE98C;
}
</style>