Shades of Sulu #BEE27B
Tints of Sulu #BEE27B
RGB
CMYK
RGB Variations
Color information
#BEE27B (or 0xBEE27B) is known color: Sulu. HEX triplet: BE, E2 and 7B. RGB value is (190,226,123). Sum of RGB (Red+Green+Blue) = 190+226+123=539 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.25% from 539); Green value is 226 (88.67% from 255 or 41.93% from 539); Blue value is 123 (48.44% from 255 or 22.82% from 539); Max value from RGB is 226 - color contains mainly: green. Hex color #BEE27B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEE27B is #411D84. Grayscale: #CBCBCB. Windows color (decimal): -4267397 or 8118974. OLE color: 8118974.
HSL color Cylindrical-coordinate representation of color #BEE27B: hue angle of 80.97º degrees, saturation: 0.64, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BEE27B is Cyan = 0.16, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 190 | 226 | 123 | - |
| CMYK | 0.16 | 0 | 0.46 | 0.11 |
| HSL | 80.97º | 0.64% | 0.68% | - |
| HSV(B) | 80.97º | 0.46% | 0.89% | - |
| XYZ | 52.01 | 66.77 | 28.89 | - |
| YUV | 203.49 | 82.57 | 118.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 226 | 123 | 0.16 | 0 | 0.46 | 0.11 | 80.97 | 0.64 | 0.68 |
| Hex | BE | E2 | 7B | 10 | 0 | 2E | B | 51 | 40 | 44 |
| Octal | 276 | 342 | 173 | 20 | 0 | 56 | 13 | 121 | 100 | 104 |
| Binary | 10111110 | 11100010 | 1111011 | 10000 | 0 | 101110 | 1011 | 1010001 | 1000000 | 1000100 |
Color Harmonies of #BEE27B
Complementary color
Monochromatic Colors of #BEE27B
Black with #BEE27B
Text Example
Text Example
White with #BEE27B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE27B; }
p { color: rgb(190,226,123); }
H1.HeaderClassName
{
color: #BEE27B;
}
.AnyTagClassName
{
color: #BEE27B;
}
</style>
background-color css
<style>
a { background-color: #BEE27B; }
a { background-color: rgb(190,226,123); }
div.DivClassName
{
background-color: #BEE27B;
}
.BgClassName
{
background-color: #BEE27B;
}
</style>
border-color css
<style>
span { border-color: #BEE27B; }
span { border-color: rgb(190,226,123); }
td.TdClassName
{
border-color: #BEE27B;
}
.TagClassName
{
border-color: #BEE27B;
}
</style>