Shades of Sulu #BCE96B
Tints of Sulu #BCE96B
RGB
CMYK
RGB Variations
Color information
#BCE96B (or 0xBCE96B) is known color: Sulu. HEX triplet: BC, E9 and 6B. RGB value is (188,233,107). Sum of RGB (Red+Green+Blue) = 188+233+107=528 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.61% from 528); Green value is 233 (91.41% from 255 or 44.13% from 528); Blue value is 107 (42.19% from 255 or 20.27% from 528); Max value from RGB is 233 - color contains mainly: green. Hex color #BCE96B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCE96B is #431694. Grayscale: #CDCDCD. Windows color (decimal): -4396693 or 7072188. OLE color: 7072188.
HSL color Cylindrical-coordinate representation of color #BCE96B: hue angle of 81.43º degrees, saturation: 0.74, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BCE96B is Cyan = 0.19, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 188 | 233 | 107 | - |
| CMYK | 0.19 | 0 | 0.54 | 0.09 |
| HSL | 81.43º | 0.74% | 0.67% | - |
| HSV(B) | 81.43º | 0.54% | 0.91% | - |
| XYZ | 52.53 | 70.03 | 24.66 | - |
| YUV | 205.18 | 72.59 | 115.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 233 | 107 | 0.19 | 0 | 0.54 | 0.09 | 81.43 | 0.74 | 0.67 |
| Hex | BC | E9 | 6B | 13 | 0 | 36 | 9 | 51 | 4A | 43 |
| Octal | 274 | 351 | 153 | 23 | 0 | 66 | 11 | 121 | 112 | 103 |
| Binary | 10111100 | 11101001 | 1101011 | 10011 | 0 | 110110 | 1001 | 1010001 | 1001010 | 1000011 |
Color Harmonies of #BCE96B
Complementary color
Monochromatic Colors of #BCE96B
Black with #BCE96B
Text Example
Text Example
White with #BCE96B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE96B; }
p { color: rgb(188,233,107); }
H1.HeaderClassName
{
color: #BCE96B;
}
.AnyTagClassName
{
color: #BCE96B;
}
</style>
background-color css
<style>
a { background-color: #BCE96B; }
a { background-color: rgb(188,233,107); }
div.DivClassName
{
background-color: #BCE96B;
}
.BgClassName
{
background-color: #BCE96B;
}
</style>
border-color css
<style>
span { border-color: #BCE96B; }
span { border-color: rgb(188,233,107); }
td.TdClassName
{
border-color: #BCE96B;
}
.TagClassName
{
border-color: #BCE96B;
}
</style>