Shades of Sulu #BCE076
Tints of Sulu #BCE076
RGB
CMYK
RGB Variations
Color information
#BCE076 (or 0xBCE076) is known color: Sulu. HEX triplet: BC, E0 and 76. RGB value is (188,224,118). Sum of RGB (Red+Green+Blue) = 188+224+118=530 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.47% from 530); Green value is 224 (87.89% from 255 or 42.26% from 530); Blue value is 118 (46.48% from 255 or 22.26% from 530); Max value from RGB is 224 - color contains mainly: green. Hex color #BCE076 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCE076 is #431F89. Grayscale: #C9C9C9. Windows color (decimal): -4398986 or 7790780. OLE color: 7790780.
HSL color Cylindrical-coordinate representation of color #BCE076: hue angle of 80.38º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BCE076 is Cyan = 0.16, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 188 | 224 | 118 | - |
| CMYK | 0.16 | 0 | 0.47 | 0.12 |
| HSL | 80.38º | 0.63% | 0.67% | - |
| HSV(B) | 80.38º | 0.47% | 0.88% | - |
| XYZ | 50.66 | 65.31 | 27.08 | - |
| YUV | 201.15 | 81.07 | 118.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 224 | 118 | 0.16 | 0 | 0.47 | 0.12 | 80.38 | 0.63 | 0.67 |
| Hex | BC | E0 | 76 | 10 | 0 | 2F | C | 50 | 3F | 43 |
| Octal | 274 | 340 | 166 | 20 | 0 | 57 | 14 | 120 | 77 | 103 |
| Binary | 10111100 | 11100000 | 1110110 | 10000 | 0 | 101111 | 1100 | 1010000 | 111111 | 1000011 |
Color Harmonies of #BCE076
Complementary color
Monochromatic Colors of #BCE076
Black with #BCE076
Text Example
Text Example
White with #BCE076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE076; }
p { color: rgb(188,224,118); }
H1.HeaderClassName
{
color: #BCE076;
}
.AnyTagClassName
{
color: #BCE076;
}
</style>
background-color css
<style>
a { background-color: #BCE076; }
a { background-color: rgb(188,224,118); }
div.DivClassName
{
background-color: #BCE076;
}
.BgClassName
{
background-color: #BCE076;
}
</style>
border-color css
<style>
span { border-color: #BCE076; }
span { border-color: rgb(188,224,118); }
td.TdClassName
{
border-color: #BCE076;
}
.TagClassName
{
border-color: #BCE076;
}
</style>