Shades of Sulu #BEE86A
Tints of Sulu #BEE86A
RGB
CMYK
RGB Variations
Color information
#BEE86A (or 0xBEE86A) is known color: Sulu. HEX triplet: BE, E8 and 6A. RGB value is (190,232,106). Sum of RGB (Red+Green+Blue) = 190+232+106=528 (69% of max value = 765). Red value is 190 (74.61% from 255 or 35.98% from 528); Green value is 232 (91.02% from 255 or 43.94% from 528); Blue value is 106 (41.80% from 255 or 20.08% from 528); Max value from RGB is 232 - color contains mainly: green. Hex color #BEE86A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BEE86A is #411795. Grayscale: #CDCDCD. Windows color (decimal): -4265878 or 7006398. OLE color: 7006398.
HSL color Cylindrical-coordinate representation of color #BEE86A: hue angle of 80º degrees, saturation: 0.73, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BEE86A is Cyan = 0.18, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 190 | 232 | 106 | - |
| CMYK | 0.18 | 0 | 0.54 | 0.09 |
| HSL | 80º | 0.73% | 0.66% | - |
| HSV(B) | 80º | 0.54% | 0.91% | - |
| XYZ | 52.69 | 69.7 | 24.31 | - |
| YUV | 205.08 | 72.09 | 117.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 232 | 106 | 0.18 | 0 | 0.54 | 0.09 | 80 | 0.73 | 0.66 |
| Hex | BE | E8 | 6A | 12 | 0 | 36 | 9 | 50 | 49 | 42 |
| Octal | 276 | 350 | 152 | 22 | 0 | 66 | 11 | 120 | 111 | 102 |
| Binary | 10111110 | 11101000 | 1101010 | 10010 | 0 | 110110 | 1001 | 1010000 | 1001001 | 1000010 |
Color Harmonies of #BEE86A
Complementary color
Monochromatic Colors of #BEE86A
Black with #BEE86A
Text Example
Text Example
White with #BEE86A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE86A; }
p { color: rgb(190,232,106); }
H1.HeaderClassName
{
color: #BEE86A;
}
.AnyTagClassName
{
color: #BEE86A;
}
</style>
background-color css
<style>
a { background-color: #BEE86A; }
a { background-color: rgb(190,232,106); }
div.DivClassName
{
background-color: #BEE86A;
}
.BgClassName
{
background-color: #BEE86A;
}
</style>
border-color css
<style>
span { border-color: #BEE86A; }
span { border-color: rgb(190,232,106); }
td.TdClassName
{
border-color: #BEE86A;
}
.TagClassName
{
border-color: #BEE86A;
}
</style>