Shades of Sulu #BEE08B
Tints of Sulu #BEE08B
RGB
CMYK
RGB Variations
Color information
#BEE08B (or 0xBEE08B) is known color: Sulu. HEX triplet: BE, E0 and 8B. RGB value is (190,224,139). Sum of RGB (Red+Green+Blue) = 190+224+139=553 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.36% from 553); Green value is 224 (87.89% from 255 or 40.51% from 553); Blue value is 139 (54.69% from 255 or 25.14% from 553); Max value from RGB is 224 - color contains mainly: green. Hex color #BEE08B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEE08B is #411F74. Grayscale: #CCCCCC. Windows color (decimal): -4267893 or 9167038. OLE color: 9167038.
HSL color Cylindrical-coordinate representation of color #BEE08B: hue angle of 84º degrees, saturation: 0.58, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BEE08B is Cyan = 0.15, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 190 | 224 | 139 | - |
| CMYK | 0.15 | 0 | 0.38 | 0.12 |
| HSL | 84º | 0.58% | 0.71% | - |
| HSV(B) | 84º | 0.38% | 0.88% | - |
| XYZ | 52.55 | 66.12 | 34.42 | - |
| YUV | 204.14 | 91.24 | 117.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 224 | 139 | 0.15 | 0 | 0.38 | 0.12 | 84 | 0.58 | 0.71 |
| Hex | BE | E0 | 8B | F | 0 | 26 | C | 54 | 3A | 47 |
| Octal | 276 | 340 | 213 | 17 | 0 | 46 | 14 | 124 | 72 | 107 |
| Binary | 10111110 | 11100000 | 10001011 | 1111 | 0 | 100110 | 1100 | 1010100 | 111010 | 1000111 |
Color Harmonies of #BEE08B
Complementary color
Monochromatic Colors of #BEE08B
Black with #BEE08B
Text Example
Text Example
White with #BEE08B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE08B; }
p { color: rgb(190,224,139); }
H1.HeaderClassName
{
color: #BEE08B;
}
.AnyTagClassName
{
color: #BEE08B;
}
</style>
background-color css
<style>
a { background-color: #BEE08B; }
a { background-color: rgb(190,224,139); }
div.DivClassName
{
background-color: #BEE08B;
}
.BgClassName
{
background-color: #BEE08B;
}
</style>
border-color css
<style>
span { border-color: #BEE08B; }
span { border-color: rgb(190,224,139); }
td.TdClassName
{
border-color: #BEE08B;
}
.TagClassName
{
border-color: #BEE08B;
}
</style>