Shades of Sulu #BCE870
Tints of Sulu #BCE870
RGB
CMYK
RGB Variations
Color information
#BCE870 (or 0xBCE870) is known color: Sulu. HEX triplet: BC, E8 and 70. RGB value is (188,232,112). Sum of RGB (Red+Green+Blue) = 188+232+112=532 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.34% from 532); Green value is 232 (91.02% from 255 or 43.61% from 532); Blue value is 112 (44.14% from 255 or 21.05% from 532); Max value from RGB is 232 - color contains mainly: green. Hex color #BCE870 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCE870 is #43178F. Grayscale: #CDCDCD. Windows color (decimal): -4396944 or 7399612. OLE color: 7399612.
HSL color Cylindrical-coordinate representation of color #BCE870: hue angle of 82º degrees, saturation: 0.72, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BCE870 is Cyan = 0.19, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 188 | 232 | 112 | - |
| CMYK | 0.19 | 0 | 0.52 | 0.09 |
| HSL | 82º | 0.72% | 0.67% | - |
| HSV(B) | 82º | 0.52% | 0.91% | - |
| XYZ | 52.52 | 69.57 | 25.99 | - |
| YUV | 205.16 | 75.42 | 115.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 232 | 112 | 0.19 | 0 | 0.52 | 0.09 | 82 | 0.72 | 0.67 |
| Hex | BC | E8 | 70 | 13 | 0 | 34 | 9 | 52 | 48 | 43 |
| Octal | 274 | 350 | 160 | 23 | 0 | 64 | 11 | 122 | 110 | 103 |
| Binary | 10111100 | 11101000 | 1110000 | 10011 | 0 | 110100 | 1001 | 1010010 | 1001000 | 1000011 |
Color Harmonies of #BCE870
Complementary color
Monochromatic Colors of #BCE870
Black with #BCE870
Text Example
Text Example
White with #BCE870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE870; }
p { color: rgb(188,232,112); }
H1.HeaderClassName
{
color: #BCE870;
}
.AnyTagClassName
{
color: #BCE870;
}
</style>
background-color css
<style>
a { background-color: #BCE870; }
a { background-color: rgb(188,232,112); }
div.DivClassName
{
background-color: #BCE870;
}
.BgClassName
{
background-color: #BCE870;
}
</style>
border-color css
<style>
span { border-color: #BCE870; }
span { border-color: rgb(188,232,112); }
td.TdClassName
{
border-color: #BCE870;
}
.TagClassName
{
border-color: #BCE870;
}
</style>