Shades of Sulu #BCE96F
Tints of Sulu #BCE96F
RGB
CMYK
RGB Variations
Color information
#BCE96F (or 0xBCE96F) is known color: Sulu. HEX triplet: BC, E9 and 6F. RGB value is (188,233,111). Sum of RGB (Red+Green+Blue) = 188+233+111=532 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.34% from 532); Green value is 233 (91.41% from 255 or 43.80% from 532); Blue value is 111 (43.75% from 255 or 20.86% from 532); Max value from RGB is 233 - color contains mainly: green. Hex color #BCE96F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCE96F is #431690. Grayscale: #CECECE. Windows color (decimal): -4396689 or 7334332. OLE color: 7334332.
HSL color Cylindrical-coordinate representation of color #BCE96F: hue angle of 82.13º degrees, saturation: 0.73, 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 #BCE96F is Cyan = 0.19, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 188 | 233 | 111 | - |
| CMYK | 0.19 | 0 | 0.52 | 0.09 |
| HSL | 82.13º | 0.73% | 0.67% | - |
| HSV(B) | 82.13º | 0.52% | 0.91% | - |
| XYZ | 52.75 | 70.12 | 25.79 | - |
| YUV | 205.64 | 74.59 | 115.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 233 | 111 | 0.19 | 0 | 0.52 | 0.09 | 82.13 | 0.73 | 0.67 |
| Hex | BC | E9 | 6F | 13 | 0 | 34 | 9 | 52 | 49 | 43 |
| Octal | 274 | 351 | 157 | 23 | 0 | 64 | 11 | 122 | 111 | 103 |
| Binary | 10111100 | 11101001 | 1101111 | 10011 | 0 | 110100 | 1001 | 1010010 | 1001001 | 1000011 |
Color Harmonies of #BCE96F
Complementary color
Monochromatic Colors of #BCE96F
Black with #BCE96F
Text Example
Text Example
White with #BCE96F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE96F; }
p { color: rgb(188,233,111); }
H1.HeaderClassName
{
color: #BCE96F;
}
.AnyTagClassName
{
color: #BCE96F;
}
</style>
background-color css
<style>
a { background-color: #BCE96F; }
a { background-color: rgb(188,233,111); }
div.DivClassName
{
background-color: #BCE96F;
}
.BgClassName
{
background-color: #BCE96F;
}
</style>
border-color css
<style>
span { border-color: #BCE96F; }
span { border-color: rgb(188,233,111); }
td.TdClassName
{
border-color: #BCE96F;
}
.TagClassName
{
border-color: #BCE96F;
}
</style>