Shades of Sulu #BEEC8B
Tints of Sulu #BEEC8B
RGB
CMYK
RGB Variations
Color information
#BEEC8B (or 0xBEEC8B) is known color: Sulu. HEX triplet: BE, EC and 8B. RGB value is (190,236,139). Sum of RGB (Red+Green+Blue) = 190+236+139=565 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.63% from 565); Green value is 236 (92.58% from 255 or 41.77% from 565); Blue value is 139 (54.69% from 255 or 24.60% from 565); Max value from RGB is 236 - color contains mainly: green. Hex color #BEEC8B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEEC8B is #411374. Grayscale: #D3D3D3. Windows color (decimal): -4264821 or 9170110. OLE color: 9170110.
HSL color Cylindrical-coordinate representation of color #BEEC8B: hue angle of 88.45º degrees, saturation: 0.72, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BEEC8B is Cyan = 0.19, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 190 | 236 | 139 | - |
| CMYK | 0.19 | 0 | 0.41 | 0.07 |
| HSL | 88.45º | 0.72% | 0.74% | - |
| HSV(B) | 88.45º | 0.41% | 0.93% | - |
| XYZ | 55.89 | 72.8 | 35.53 | - |
| YUV | 211.19 | 87.26 | 112.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 236 | 139 | 0.19 | 0 | 0.41 | 0.07 | 88.45 | 0.72 | 0.74 |
| Hex | BE | EC | 8B | 13 | 0 | 29 | 7 | 58 | 48 | 4A |
| Octal | 276 | 354 | 213 | 23 | 0 | 51 | 7 | 130 | 110 | 112 |
| Binary | 10111110 | 11101100 | 10001011 | 10011 | 0 | 101001 | 111 | 1011000 | 1001000 | 1001010 |
Color Harmonies of #BEEC8B
Complementary color
Monochromatic Colors of #BEEC8B
Black with #BEEC8B
Text Example
Text Example
White with #BEEC8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEEC8B; }
p { color: rgb(190,236,139); }
H1.HeaderClassName
{
color: #BEEC8B;
}
.AnyTagClassName
{
color: #BEEC8B;
}
</style>
background-color css
<style>
a { background-color: #BEEC8B; }
a { background-color: rgb(190,236,139); }
div.DivClassName
{
background-color: #BEEC8B;
}
.BgClassName
{
background-color: #BEEC8B;
}
</style>
border-color css
<style>
span { border-color: #BEEC8B; }
span { border-color: rgb(190,236,139); }
td.TdClassName
{
border-color: #BEEC8B;
}
.TagClassName
{
border-color: #BEEC8B;
}
</style>