Shades of Sulu #BCE972
Tints of Sulu #BCE972
RGB
CMYK
RGB Variations
Color information
#BCE972 (or 0xBCE972) is known color: Sulu. HEX triplet: BC, E9 and 72. RGB value is (188,233,114). Sum of RGB (Red+Green+Blue) = 188+233+114=535 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.14% from 535); Green value is 233 (91.41% from 255 or 43.55% from 535); Blue value is 114 (44.92% from 255 or 21.31% from 535); Max value from RGB is 233 - color contains mainly: green. Hex color #BCE972 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCE972 is #43168D. Grayscale: #CECECE. Windows color (decimal): -4396686 or 7530940. OLE color: 7530940.
HSL color Cylindrical-coordinate representation of color #BCE972: hue angle of 82.69º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BCE972 is Cyan = 0.19, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 188 | 233 | 114 | - |
| CMYK | 0.19 | 0 | 0.51 | 0.09 |
| HSL | 82.69º | 0.73% | 0.68% | - |
| HSV(B) | 82.69º | 0.51% | 0.91% | - |
| XYZ | 52.92 | 70.18 | 26.68 | - |
| YUV | 205.98 | 76.09 | 115.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 233 | 114 | 0.19 | 0 | 0.51 | 0.09 | 82.69 | 0.73 | 0.68 |
| Hex | BC | E9 | 72 | 13 | 0 | 33 | 9 | 53 | 49 | 44 |
| Octal | 274 | 351 | 162 | 23 | 0 | 63 | 11 | 123 | 111 | 104 |
| Binary | 10111100 | 11101001 | 1110010 | 10011 | 0 | 110011 | 1001 | 1010011 | 1001001 | 1000100 |
Color Harmonies of #BCE972
Complementary color
Monochromatic Colors of #BCE972
Black with #BCE972
Text Example
Text Example
White with #BCE972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE972; }
p { color: rgb(188,233,114); }
H1.HeaderClassName
{
color: #BCE972;
}
.AnyTagClassName
{
color: #BCE972;
}
</style>
background-color css
<style>
a { background-color: #BCE972; }
a { background-color: rgb(188,233,114); }
div.DivClassName
{
background-color: #BCE972;
}
.BgClassName
{
background-color: #BCE972;
}
</style>
border-color css
<style>
span { border-color: #BCE972; }
span { border-color: rgb(188,233,114); }
td.TdClassName
{
border-color: #BCE972;
}
.TagClassName
{
border-color: #BCE972;
}
</style>