Shades of Sulu #BCE46E
Tints of Sulu #BCE46E
RGB
CMYK
RGB Variations
Color information
#BCE46E (or 0xBCE46E) is known color: Sulu. HEX triplet: BC, E4 and 6E. RGB value is (188,228,110). Sum of RGB (Red+Green+Blue) = 188+228+110=526 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.74% from 526); Green value is 228 (89.45% from 255 or 43.35% from 526); Blue value is 110 (43.36% from 255 or 20.91% from 526); Max value from RGB is 228 - color contains mainly: green. Hex color #BCE46E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCE46E is #431B91. Grayscale: #CBCBCB. Windows color (decimal): -4397970 or 7267516. OLE color: 7267516.
HSL color Cylindrical-coordinate representation of color #BCE46E: hue angle of 80.34º degrees, saturation: 0.69, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BCE46E is Cyan = 0.18, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 188 | 228 | 110 | - |
| CMYK | 0.18 | 0 | 0.52 | 0.11 |
| HSL | 80.34º | 0.69% | 0.66% | - |
| HSV(B) | 80.34º | 0.52% | 0.89% | - |
| XYZ | 51.3 | 67.3 | 25.04 | - |
| YUV | 202.59 | 75.75 | 117.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 228 | 110 | 0.18 | 0 | 0.52 | 0.11 | 80.34 | 0.69 | 0.66 |
| Hex | BC | E4 | 6E | 12 | 0 | 34 | B | 50 | 45 | 42 |
| Octal | 274 | 344 | 156 | 22 | 0 | 64 | 13 | 120 | 105 | 102 |
| Binary | 10111100 | 11100100 | 1101110 | 10010 | 0 | 110100 | 1011 | 1010000 | 1000101 | 1000010 |
Color Harmonies of #BCE46E
Complementary color
Monochromatic Colors of #BCE46E
Black with #BCE46E
Text Example
Text Example
White with #BCE46E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE46E; }
p { color: rgb(188,228,110); }
H1.HeaderClassName
{
color: #BCE46E;
}
.AnyTagClassName
{
color: #BCE46E;
}
</style>
background-color css
<style>
a { background-color: #BCE46E; }
a { background-color: rgb(188,228,110); }
div.DivClassName
{
background-color: #BCE46E;
}
.BgClassName
{
background-color: #BCE46E;
}
</style>
border-color css
<style>
span { border-color: #BCE46E; }
span { border-color: rgb(188,228,110); }
td.TdClassName
{
border-color: #BCE46E;
}
.TagClassName
{
border-color: #BCE46E;
}
</style>