Shades of Sulu #BEE26D
Tints of Sulu #BEE26D
RGB
CMYK
RGB Variations
Color information
#BEE26D (or 0xBEE26D) is known color: Sulu. HEX triplet: BE, E2 and 6D. RGB value is (190,226,109). Sum of RGB (Red+Green+Blue) = 190+226+109=525 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.19% from 525); Green value is 226 (88.67% from 255 or 43.05% from 525); Blue value is 109 (42.97% from 255 or 20.76% from 525); Max value from RGB is 226 - color contains mainly: green. Hex color #BEE26D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEE26D is #411D92. Grayscale: #CACACA. Windows color (decimal): -4267411 or 7201470. OLE color: 7201470.
HSL color Cylindrical-coordinate representation of color #BEE26D: hue angle of 78.46º degrees, saturation: 0.67, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BEE26D is Cyan = 0.16, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 190 | 226 | 109 | - |
| CMYK | 0.16 | 0 | 0.52 | 0.11 |
| HSL | 78.46º | 0.67% | 0.66% | - |
| HSV(B) | 78.46º | 0.52% | 0.89% | - |
| XYZ | 51.19 | 66.44 | 24.59 | - |
| YUV | 201.9 | 75.57 | 119.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 226 | 109 | 0.16 | 0 | 0.52 | 0.11 | 78.46 | 0.67 | 0.66 |
| Hex | BE | E2 | 6D | 10 | 0 | 34 | B | 4E | 43 | 42 |
| Octal | 276 | 342 | 155 | 20 | 0 | 64 | 13 | 116 | 103 | 102 |
| Binary | 10111110 | 11100010 | 1101101 | 10000 | 0 | 110100 | 1011 | 1001110 | 1000011 | 1000010 |
Color Harmonies of #BEE26D
Complementary color
Monochromatic Colors of #BEE26D
Black with #BEE26D
Text Example
Text Example
White with #BEE26D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE26D; }
p { color: rgb(190,226,109); }
H1.HeaderClassName
{
color: #BEE26D;
}
.AnyTagClassName
{
color: #BEE26D;
}
</style>
background-color css
<style>
a { background-color: #BEE26D; }
a { background-color: rgb(190,226,109); }
div.DivClassName
{
background-color: #BEE26D;
}
.BgClassName
{
background-color: #BEE26D;
}
</style>
border-color css
<style>
span { border-color: #BEE26D; }
span { border-color: rgb(190,226,109); }
td.TdClassName
{
border-color: #BEE26D;
}
.TagClassName
{
border-color: #BEE26D;
}
</style>