Shades of Sulu #BCE97C
Tints of Sulu #BCE97C
RGB
CMYK
RGB Variations
Color information
#BCE97C (or 0xBCE97C) is known color: Sulu. HEX triplet: BC, E9 and 7C. RGB value is (188,233,124). Sum of RGB (Red+Green+Blue) = 188+233+124=545 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.50% from 545); Green value is 233 (91.41% from 255 or 42.75% from 545); Blue value is 124 (48.83% from 255 or 22.75% from 545); Max value from RGB is 233 - color contains mainly: green. Hex color #BCE97C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCE97C is #431683. Grayscale: #CFCFCF. Windows color (decimal): -4396676 or 8186300. OLE color: 8186300.
HSL color Cylindrical-coordinate representation of color #BCE97C: hue angle of 84.77º degrees, saturation: 0.71, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BCE97C is Cyan = 0.19, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 188 | 233 | 124 | - |
| CMYK | 0.19 | 0 | 0.47 | 0.09 |
| HSL | 84.77º | 0.71% | 0.7% | - |
| HSV(B) | 84.77º | 0.47% | 0.91% | - |
| XYZ | 53.52 | 70.42 | 29.84 | - |
| YUV | 207.12 | 81.09 | 114.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 233 | 124 | 0.19 | 0 | 0.47 | 0.09 | 84.77 | 0.71 | 0.7 |
| Hex | BC | E9 | 7C | 13 | 0 | 2F | 9 | 55 | 47 | 46 |
| Octal | 274 | 351 | 174 | 23 | 0 | 57 | 11 | 125 | 107 | 106 |
| Binary | 10111100 | 11101001 | 1111100 | 10011 | 0 | 101111 | 1001 | 1010101 | 1000111 | 1000110 |
Color Harmonies of #BCE97C
Complementary color
Monochromatic Colors of #BCE97C
Black with #BCE97C
Text Example
Text Example
White with #BCE97C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE97C; }
p { color: rgb(188,233,124); }
H1.HeaderClassName
{
color: #BCE97C;
}
.AnyTagClassName
{
color: #BCE97C;
}
</style>
background-color css
<style>
a { background-color: #BCE97C; }
a { background-color: rgb(188,233,124); }
div.DivClassName
{
background-color: #BCE97C;
}
.BgClassName
{
background-color: #BCE97C;
}
</style>
border-color css
<style>
span { border-color: #BCE97C; }
span { border-color: rgb(188,233,124); }
td.TdClassName
{
border-color: #BCE97C;
}
.TagClassName
{
border-color: #BCE97C;
}
</style>