Shades of Sulu #BEE26C
Tints of Sulu #BEE26C
RGB
CMYK
RGB Variations
Color information
#BEE26C (or 0xBEE26C) is known color: Sulu. HEX triplet: BE, E2 and 6C. RGB value is (190,226,108). Sum of RGB (Red+Green+Blue) = 190+226+108=524 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.26% from 524); Green value is 226 (88.67% from 255 or 43.13% from 524); Blue value is 108 (42.58% from 255 or 20.61% from 524); Max value from RGB is 226 - color contains mainly: green. Hex color #BEE26C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEE26C is #411D93. Grayscale: #CACACA. Windows color (decimal): -4267412 or 7135934. OLE color: 7135934.
HSL color Cylindrical-coordinate representation of color #BEE26C: hue angle of 78.31º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BEE26C is Cyan = 0.16, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 190 | 226 | 108 | - |
| CMYK | 0.16 | 0 | 0.52 | 0.11 |
| HSL | 78.31º | 0.67% | 0.65% | - |
| HSV(B) | 78.31º | 0.52% | 0.89% | - |
| XYZ | 51.14 | 66.42 | 24.31 | - |
| YUV | 201.78 | 75.07 | 119.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 226 | 108 | 0.16 | 0 | 0.52 | 0.11 | 78.31 | 0.67 | 0.65 |
| Hex | BE | E2 | 6C | 10 | 0 | 34 | B | 4E | 43 | 41 |
| Octal | 276 | 342 | 154 | 20 | 0 | 64 | 13 | 116 | 103 | 101 |
| Binary | 10111110 | 11100010 | 1101100 | 10000 | 0 | 110100 | 1011 | 1001110 | 1000011 | 1000001 |
Color Harmonies of #BEE26C
Complementary color
Monochromatic Colors of #BEE26C
Black with #BEE26C
Text Example
Text Example
White with #BEE26C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE26C; }
p { color: rgb(190,226,108); }
H1.HeaderClassName
{
color: #BEE26C;
}
.AnyTagClassName
{
color: #BEE26C;
}
</style>
background-color css
<style>
a { background-color: #BEE26C; }
a { background-color: rgb(190,226,108); }
div.DivClassName
{
background-color: #BEE26C;
}
.BgClassName
{
background-color: #BEE26C;
}
</style>
border-color css
<style>
span { border-color: #BEE26C; }
span { border-color: rgb(190,226,108); }
td.TdClassName
{
border-color: #BEE26C;
}
.TagClassName
{
border-color: #BEE26C;
}
</style>