Shades of Sulu #BEE96A
Tints of Sulu #BEE96A
RGB
CMYK
RGB Variations
Color information
#BEE96A (or 0xBEE96A) is known color: Sulu. HEX triplet: BE, E9 and 6A. RGB value is (190,233,106). Sum of RGB (Red+Green+Blue) = 190+233+106=529 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.92% from 529); Green value is 233 (91.41% from 255 or 44.05% from 529); Blue value is 106 (41.80% from 255 or 20.04% from 529); Max value from RGB is 233 - color contains mainly: green. Hex color #BEE96A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BEE96A is #411695. Grayscale: #CECECE. Windows color (decimal): -4265622 or 7006654. OLE color: 7006654.
HSL color Cylindrical-coordinate representation of color #BEE96A: hue angle of 80.31º degrees, saturation: 0.74, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BEE96A is Cyan = 0.18, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 190 | 233 | 106 | - |
| CMYK | 0.18 | 0 | 0.55 | 0.09 |
| HSL | 80.31º | 0.74% | 0.66% | - |
| HSV(B) | 80.31º | 0.55% | 0.91% | - |
| XYZ | 52.98 | 70.27 | 24.41 | - |
| YUV | 205.67 | 71.75 | 116.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 233 | 106 | 0.18 | 0 | 0.55 | 0.09 | 80.31 | 0.74 | 0.66 |
| Hex | BE | E9 | 6A | 12 | 0 | 37 | 9 | 50 | 4A | 42 |
| Octal | 276 | 351 | 152 | 22 | 0 | 67 | 11 | 120 | 112 | 102 |
| Binary | 10111110 | 11101001 | 1101010 | 10010 | 0 | 110111 | 1001 | 1010000 | 1001010 | 1000010 |
Color Harmonies of #BEE96A
Complementary color
Monochromatic Colors of #BEE96A
Black with #BEE96A
Text Example
Text Example
White with #BEE96A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE96A; }
p { color: rgb(190,233,106); }
H1.HeaderClassName
{
color: #BEE96A;
}
.AnyTagClassName
{
color: #BEE96A;
}
</style>
background-color css
<style>
a { background-color: #BEE96A; }
a { background-color: rgb(190,233,106); }
div.DivClassName
{
background-color: #BEE96A;
}
.BgClassName
{
background-color: #BEE96A;
}
</style>
border-color css
<style>
span { border-color: #BEE96A; }
span { border-color: rgb(190,233,106); }
td.TdClassName
{
border-color: #BEE96A;
}
.TagClassName
{
border-color: #BEE96A;
}
</style>