Shades of Sulu #BEE28B
Tints of Sulu #BEE28B
RGB
CMYK
RGB Variations
Color information
#BEE28B (or 0xBEE28B) is known color: Sulu. HEX triplet: BE, E2 and 8B. RGB value is (190,226,139). Sum of RGB (Red+Green+Blue) = 190+226+139=555 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.23% from 555); Green value is 226 (88.67% from 255 or 40.72% from 555); Blue value is 139 (54.69% from 255 or 25.05% from 555); Max value from RGB is 226 - color contains mainly: green. Hex color #BEE28B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEE28B is #411D74. Grayscale: #CDCDCD. Windows color (decimal): -4267381 or 9167550. OLE color: 9167550.
HSL color Cylindrical-coordinate representation of color #BEE28B: hue angle of 84.83º degrees, saturation: 0.6, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BEE28B is Cyan = 0.16, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 190 | 226 | 139 | - |
| CMYK | 0.16 | 0 | 0.38 | 0.11 |
| HSL | 84.83º | 0.6% | 0.72% | - |
| HSV(B) | 84.83º | 0.38% | 0.89% | - |
| XYZ | 53.09 | 67.2 | 34.6 | - |
| YUV | 205.32 | 90.57 | 117.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 226 | 139 | 0.16 | 0 | 0.38 | 0.11 | 84.83 | 0.6 | 0.72 |
| Hex | BE | E2 | 8B | 10 | 0 | 26 | B | 55 | 3C | 48 |
| Octal | 276 | 342 | 213 | 20 | 0 | 46 | 13 | 125 | 74 | 110 |
| Binary | 10111110 | 11100010 | 10001011 | 10000 | 0 | 100110 | 1011 | 1010101 | 111100 | 1001000 |
Color Harmonies of #BEE28B
Complementary color
Monochromatic Colors of #BEE28B
Black with #BEE28B
Text Example
Text Example
White with #BEE28B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE28B; }
p { color: rgb(190,226,139); }
H1.HeaderClassName
{
color: #BEE28B;
}
.AnyTagClassName
{
color: #BEE28B;
}
</style>
background-color css
<style>
a { background-color: #BEE28B; }
a { background-color: rgb(190,226,139); }
div.DivClassName
{
background-color: #BEE28B;
}
.BgClassName
{
background-color: #BEE28B;
}
</style>
border-color css
<style>
span { border-color: #BEE28B; }
span { border-color: rgb(190,226,139); }
td.TdClassName
{
border-color: #BEE28B;
}
.TagClassName
{
border-color: #BEE28B;
}
</style>