Shades of Sulu #BCE16E
Tints of Sulu #BCE16E
RGB
CMYK
RGB Variations
Color information
#BCE16E (or 0xBCE16E) is known color: Sulu. HEX triplet: BC, E1 and 6E. RGB value is (188,225,110). Sum of RGB (Red+Green+Blue) = 188+225+110=523 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.95% from 523); Green value is 225 (88.28% from 255 or 43.02% from 523); Blue value is 110 (43.36% from 255 or 21.03% from 523); Max value from RGB is 225 - color contains mainly: green. Hex color #BCE16E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCE16E is #431E91. Grayscale: #C9C9C9. Windows color (decimal): -4398738 or 7266748. OLE color: 7266748.
HSL color Cylindrical-coordinate representation of color #BCE16E: hue angle of 79.3º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BCE16E is Cyan = 0.16, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 188 | 225 | 110 | - |
| CMYK | 0.16 | 0 | 0.51 | 0.12 |
| HSL | 79.3º | 0.66% | 0.66% | - |
| HSV(B) | 79.3º | 0.51% | 0.88% | - |
| XYZ | 50.48 | 65.67 | 24.77 | - |
| YUV | 200.83 | 76.74 | 118.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 225 | 110 | 0.16 | 0 | 0.51 | 0.12 | 79.3 | 0.66 | 0.66 |
| Hex | BC | E1 | 6E | 10 | 0 | 33 | C | 4F | 42 | 42 |
| Octal | 274 | 341 | 156 | 20 | 0 | 63 | 14 | 117 | 102 | 102 |
| Binary | 10111100 | 11100001 | 1101110 | 10000 | 0 | 110011 | 1100 | 1001111 | 1000010 | 1000010 |
Color Harmonies of #BCE16E
Complementary color
Monochromatic Colors of #BCE16E
Black with #BCE16E
Text Example
Text Example
White with #BCE16E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE16E; }
p { color: rgb(188,225,110); }
H1.HeaderClassName
{
color: #BCE16E;
}
.AnyTagClassName
{
color: #BCE16E;
}
</style>
background-color css
<style>
a { background-color: #BCE16E; }
a { background-color: rgb(188,225,110); }
div.DivClassName
{
background-color: #BCE16E;
}
.BgClassName
{
background-color: #BCE16E;
}
</style>
border-color css
<style>
span { border-color: #BCE16E; }
span { border-color: rgb(188,225,110); }
td.TdClassName
{
border-color: #BCE16E;
}
.TagClassName
{
border-color: #BCE16E;
}
</style>