Shades of Sulu #BEE86C
Tints of Sulu #BEE86C
RGB
CMYK
RGB Variations
Color information
#BEE86C (or 0xBEE86C) is known color: Sulu. HEX triplet: BE, E8 and 6C. RGB value is (190,232,108). Sum of RGB (Red+Green+Blue) = 190+232+108=530 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.85% from 530); Green value is 232 (91.02% from 255 or 43.77% from 530); Blue value is 108 (42.58% from 255 or 20.38% from 530); Max value from RGB is 232 - color contains mainly: green. Hex color #BEE86C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BEE86C is #411793. Grayscale: #CDCDCD. Windows color (decimal): -4265876 or 7137470. OLE color: 7137470.
HSL color Cylindrical-coordinate representation of color #BEE86C: hue angle of 80.32º degrees, saturation: 0.73, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BEE86C is Cyan = 0.18, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 190 | 232 | 108 | - |
| CMYK | 0.18 | 0 | 0.53 | 0.09 |
| HSL | 80.32º | 0.73% | 0.67% | - |
| HSV(B) | 80.32º | 0.53% | 0.91% | - |
| XYZ | 52.8 | 69.74 | 24.87 | - |
| YUV | 205.31 | 73.09 | 117.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 232 | 108 | 0.18 | 0 | 0.53 | 0.09 | 80.32 | 0.73 | 0.67 |
| Hex | BE | E8 | 6C | 12 | 0 | 35 | 9 | 50 | 49 | 43 |
| Octal | 276 | 350 | 154 | 22 | 0 | 65 | 11 | 120 | 111 | 103 |
| Binary | 10111110 | 11101000 | 1101100 | 10010 | 0 | 110101 | 1001 | 1010000 | 1001001 | 1000011 |
Color Harmonies of #BEE86C
Complementary color
Monochromatic Colors of #BEE86C
Black with #BEE86C
Text Example
Text Example
White with #BEE86C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE86C; }
p { color: rgb(190,232,108); }
H1.HeaderClassName
{
color: #BEE86C;
}
.AnyTagClassName
{
color: #BEE86C;
}
</style>
background-color css
<style>
a { background-color: #BEE86C; }
a { background-color: rgb(190,232,108); }
div.DivClassName
{
background-color: #BEE86C;
}
.BgClassName
{
background-color: #BEE86C;
}
</style>
border-color css
<style>
span { border-color: #BEE86C; }
span { border-color: rgb(190,232,108); }
td.TdClassName
{
border-color: #BEE86C;
}
.TagClassName
{
border-color: #BEE86C;
}
</style>