Shades of Sulu #BEE28C
Tints of Sulu #BEE28C
RGB
CMYK
RGB Variations
Color information
#BEE28C (or 0xBEE28C) is known color: Sulu. HEX triplet: BE, E2 and 8C. RGB value is (190,226,140). Sum of RGB (Red+Green+Blue) = 190+226+140=556 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.17% from 556); Green value is 226 (88.67% from 255 or 40.65% from 556); Blue value is 140 (55.08% from 255 or 25.18% from 556); Max value from RGB is 226 - color contains mainly: green. Hex color #BEE28C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEE28C is #411D73. Grayscale: #CDCDCD. Windows color (decimal): -4267380 or 9233086. OLE color: 9233086.
HSL color Cylindrical-coordinate representation of color #BEE28C: hue angle of 85.12º 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 #BEE28C is Cyan = 0.16, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 190 | 226 | 140 | - |
| CMYK | 0.16 | 0 | 0.38 | 0.11 |
| HSL | 85.12º | 0.6% | 0.72% | - |
| HSV(B) | 85.12º | 0.38% | 0.89% | - |
| XYZ | 53.17 | 67.23 | 34.99 | - |
| YUV | 205.43 | 91.07 | 116.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 226 | 140 | 0.16 | 0 | 0.38 | 0.11 | 85.12 | 0.6 | 0.72 |
| Hex | BE | E2 | 8C | 10 | 0 | 26 | B | 55 | 3C | 48 |
| Octal | 276 | 342 | 214 | 20 | 0 | 46 | 13 | 125 | 74 | 110 |
| Binary | 10111110 | 11100010 | 10001100 | 10000 | 0 | 100110 | 1011 | 1010101 | 111100 | 1001000 |
Color Harmonies of #BEE28C
Complementary color
Monochromatic Colors of #BEE28C
Black with #BEE28C
Text Example
Text Example
White with #BEE28C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE28C; }
p { color: rgb(190,226,140); }
H1.HeaderClassName
{
color: #BEE28C;
}
.AnyTagClassName
{
color: #BEE28C;
}
</style>
background-color css
<style>
a { background-color: #BEE28C; }
a { background-color: rgb(190,226,140); }
div.DivClassName
{
background-color: #BEE28C;
}
.BgClassName
{
background-color: #BEE28C;
}
</style>
border-color css
<style>
span { border-color: #BEE28C; }
span { border-color: rgb(190,226,140); }
td.TdClassName
{
border-color: #BEE28C;
}
.TagClassName
{
border-color: #BEE28C;
}
</style>