Shades of Sulu #BEE26A
Tints of Sulu #BEE26A
RGB
CMYK
RGB Variations
Color information
#BEE26A (or 0xBEE26A) is known color: Sulu. HEX triplet: BE, E2 and 6A. RGB value is (190,226,106). Sum of RGB (Red+Green+Blue) = 190+226+106=522 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.40% from 522); Green value is 226 (88.67% from 255 or 43.30% from 522); Blue value is 106 (41.80% from 255 or 20.31% from 522); Max value from RGB is 226 - color contains mainly: green. Hex color #BEE26A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEE26A is #411D95. Grayscale: #CACACA. Windows color (decimal): -4267414 or 7004862. OLE color: 7004862.
HSL color Cylindrical-coordinate representation of color #BEE26A: hue angle of 78º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BEE26A is Cyan = 0.16, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 190 | 226 | 106 | - |
| CMYK | 0.16 | 0 | 0.53 | 0.11 |
| HSL | 78º | 0.67% | 0.65% | - |
| HSV(B) | 78º | 0.53% | 0.89% | - |
| XYZ | 51.03 | 66.38 | 23.76 | - |
| YUV | 201.56 | 74.07 | 119.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 226 | 106 | 0.16 | 0 | 0.53 | 0.11 | 78 | 0.67 | 0.65 |
| Hex | BE | E2 | 6A | 10 | 0 | 35 | B | 4E | 43 | 41 |
| Octal | 276 | 342 | 152 | 20 | 0 | 65 | 13 | 116 | 103 | 101 |
| Binary | 10111110 | 11100010 | 1101010 | 10000 | 0 | 110101 | 1011 | 1001110 | 1000011 | 1000001 |
Color Harmonies of #BEE26A
Complementary color
Monochromatic Colors of #BEE26A
Black with #BEE26A
Text Example
Text Example
White with #BEE26A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE26A; }
p { color: rgb(190,226,106); }
H1.HeaderClassName
{
color: #BEE26A;
}
.AnyTagClassName
{
color: #BEE26A;
}
</style>
background-color css
<style>
a { background-color: #BEE26A; }
a { background-color: rgb(190,226,106); }
div.DivClassName
{
background-color: #BEE26A;
}
.BgClassName
{
background-color: #BEE26A;
}
</style>
border-color css
<style>
span { border-color: #BEE26A; }
span { border-color: rgb(190,226,106); }
td.TdClassName
{
border-color: #BEE26A;
}
.TagClassName
{
border-color: #BEE26A;
}
</style>