Shades of Sulu #BCE96D
Tints of Sulu #BCE96D
RGB
CMYK
RGB Variations
Color information
#BCE96D (or 0xBCE96D) is known color: Sulu. HEX triplet: BC, E9 and 6D. RGB value is (188,233,109). Sum of RGB (Red+Green+Blue) = 188+233+109=530 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.47% from 530); Green value is 233 (91.41% from 255 or 43.96% from 530); Blue value is 109 (42.97% from 255 or 20.57% from 530); Max value from RGB is 233 - color contains mainly: green. Hex color #BCE96D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCE96D is #431692. Grayscale: #CDCDCD. Windows color (decimal): -4396691 or 7203260. OLE color: 7203260.
HSL color Cylindrical-coordinate representation of color #BCE96D: hue angle of 81.77º degrees, saturation: 0.74, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BCE96D is Cyan = 0.19, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 188 | 233 | 109 | - |
| CMYK | 0.19 | 0 | 0.53 | 0.09 |
| HSL | 81.77º | 0.74% | 0.67% | - |
| HSV(B) | 81.77º | 0.53% | 0.91% | - |
| XYZ | 52.64 | 70.07 | 25.22 | - |
| YUV | 205.41 | 73.59 | 115.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 233 | 109 | 0.19 | 0 | 0.53 | 0.09 | 81.77 | 0.74 | 0.67 |
| Hex | BC | E9 | 6D | 13 | 0 | 35 | 9 | 52 | 4A | 43 |
| Octal | 274 | 351 | 155 | 23 | 0 | 65 | 11 | 122 | 112 | 103 |
| Binary | 10111100 | 11101001 | 1101101 | 10011 | 0 | 110101 | 1001 | 1010010 | 1001010 | 1000011 |
Color Harmonies of #BCE96D
Complementary color
Monochromatic Colors of #BCE96D
Black with #BCE96D
Text Example
Text Example
White with #BCE96D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE96D; }
p { color: rgb(188,233,109); }
H1.HeaderClassName
{
color: #BCE96D;
}
.AnyTagClassName
{
color: #BCE96D;
}
</style>
background-color css
<style>
a { background-color: #BCE96D; }
a { background-color: rgb(188,233,109); }
div.DivClassName
{
background-color: #BCE96D;
}
.BgClassName
{
background-color: #BCE96D;
}
</style>
border-color css
<style>
span { border-color: #BCE96D; }
span { border-color: rgb(188,233,109); }
td.TdClassName
{
border-color: #BCE96D;
}
.TagClassName
{
border-color: #BCE96D;
}
</style>