Shades of Sulu #BEE98F
Tints of Sulu #BEE98F
RGB
CMYK
RGB Variations
Color information
#BEE98F (or 0xBEE98F) is known color: Sulu. HEX triplet: BE, E9 and 8F. RGB value is (190,233,143). Sum of RGB (Red+Green+Blue) = 190+233+143=566 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.57% from 566); Green value is 233 (91.41% from 255 or 41.17% from 566); Blue value is 143 (56.25% from 255 or 25.27% from 566); Max value from RGB is 233 - color contains mainly: green. Hex color #BEE98F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEE98F is #411670. Grayscale: #D2D2D2. Windows color (decimal): -4265585 or 9431486. OLE color: 9431486.
HSL color Cylindrical-coordinate representation of color #BEE98F: hue angle of 88.67º degrees, saturation: 0.67, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BEE98F is Cyan = 0.18, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 190 | 233 | 143 | - |
| CMYK | 0.18 | 0 | 0.39 | 0.09 |
| HSL | 88.67º | 0.67% | 0.74% | - |
| HSV(B) | 88.67º | 0.39% | 0.91% | - |
| XYZ | 55.33 | 71.21 | 36.81 | - |
| YUV | 209.88 | 90.25 | 113.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 233 | 143 | 0.18 | 0 | 0.39 | 0.09 | 88.67 | 0.67 | 0.74 |
| Hex | BE | E9 | 8F | 12 | 0 | 27 | 9 | 59 | 43 | 4A |
| Octal | 276 | 351 | 217 | 22 | 0 | 47 | 11 | 131 | 103 | 112 |
| Binary | 10111110 | 11101001 | 10001111 | 10010 | 0 | 100111 | 1001 | 1011001 | 1000011 | 1001010 |
Color Harmonies of #BEE98F
Complementary color
Monochromatic Colors of #BEE98F
Black with #BEE98F
Text Example
Text Example
White with #BEE98F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE98F; }
p { color: rgb(190,233,143); }
H1.HeaderClassName
{
color: #BEE98F;
}
.AnyTagClassName
{
color: #BEE98F;
}
</style>
background-color css
<style>
a { background-color: #BEE98F; }
a { background-color: rgb(190,233,143); }
div.DivClassName
{
background-color: #BEE98F;
}
.BgClassName
{
background-color: #BEE98F;
}
</style>
border-color css
<style>
span { border-color: #BEE98F; }
span { border-color: rgb(190,233,143); }
td.TdClassName
{
border-color: #BEE98F;
}
.TagClassName
{
border-color: #BEE98F;
}
</style>