Shades of Sulu #BEEA84
Tints of Sulu #BEEA84
RGB
CMYK
RGB Variations
Color information
#BEEA84 (or 0xBEEA84) is known color: Sulu. HEX triplet: BE, EA and 84. RGB value is (190,234,132). Sum of RGB (Red+Green+Blue) = 190+234+132=556 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.17% from 556); Green value is 234 (91.80% from 255 or 42.09% from 556); Blue value is 132 (51.95% from 255 or 23.74% from 556); Max value from RGB is 234 - color contains mainly: green. Hex color #BEEA84 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEEA84 is #41157B. Grayscale: #D1D1D1. Windows color (decimal): -4265340 or 8710846. OLE color: 8710846.
HSL color Cylindrical-coordinate representation of color #BEEA84: hue angle of 85.88º degrees, saturation: 0.71, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BEEA84 is Cyan = 0.19, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 190 | 234 | 132 | - |
| CMYK | 0.19 | 0 | 0.44 | 0.08 |
| HSL | 85.88º | 0.71% | 0.72% | - |
| HSV(B) | 85.88º | 0.44% | 0.92% | - |
| XYZ | 54.82 | 71.46 | 32.73 | - |
| YUV | 209.22 | 84.42 | 114.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 234 | 132 | 0.19 | 0 | 0.44 | 0.08 | 85.88 | 0.71 | 0.72 |
| Hex | BE | EA | 84 | 13 | 0 | 2C | 8 | 56 | 47 | 48 |
| Octal | 276 | 352 | 204 | 23 | 0 | 54 | 10 | 126 | 107 | 110 |
| Binary | 10111110 | 11101010 | 10000100 | 10011 | 0 | 101100 | 1000 | 1010110 | 1000111 | 1001000 |
Color Harmonies of #BEEA84
Complementary color
Monochromatic Colors of #BEEA84
Black with #BEEA84
Text Example
Text Example
White with #BEEA84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEEA84; }
p { color: rgb(190,234,132); }
H1.HeaderClassName
{
color: #BEEA84;
}
.AnyTagClassName
{
color: #BEEA84;
}
</style>
background-color css
<style>
a { background-color: #BEEA84; }
a { background-color: rgb(190,234,132); }
div.DivClassName
{
background-color: #BEEA84;
}
.BgClassName
{
background-color: #BEEA84;
}
</style>
border-color css
<style>
span { border-color: #BEEA84; }
span { border-color: rgb(190,234,132); }
td.TdClassName
{
border-color: #BEEA84;
}
.TagClassName
{
border-color: #BEEA84;
}
</style>