Shades of Sulu #BCE06F
Tints of Sulu #BCE06F
RGB
CMYK
RGB Variations
Color information
#BCE06F (or 0xBCE06F) is known color: Sulu. HEX triplet: BC, E0 and 6F. RGB value is (188,224,111). Sum of RGB (Red+Green+Blue) = 188+224+111=523 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.95% from 523); Green value is 224 (87.89% from 255 or 42.83% from 523); Blue value is 111 (43.75% from 255 or 21.22% from 523); Max value from RGB is 224 - color contains mainly: green. Hex color #BCE06F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCE06F is #431F90. Grayscale: #C8C8C8. Windows color (decimal): -4398993 or 7332028. OLE color: 7332028.
HSL color Cylindrical-coordinate representation of color #BCE06F: hue angle of 79.12º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BCE06F is Cyan = 0.16, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 188 | 224 | 111 | - |
| CMYK | 0.16 | 0 | 0.50 | 0.12 |
| HSL | 79.12º | 0.65% | 0.66% | - |
| HSV(B) | 79.12º | 0.5% | 0.88% | - |
| XYZ | 50.26 | 65.15 | 24.97 | - |
| YUV | 200.35 | 77.57 | 119.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 224 | 111 | 0.16 | 0 | 0.50 | 0.12 | 79.12 | 0.65 | 0.66 |
| Hex | BC | E0 | 6F | 10 | 0 | 32 | C | 4F | 41 | 42 |
| Octal | 274 | 340 | 157 | 20 | 0 | 62 | 14 | 117 | 101 | 102 |
| Binary | 10111100 | 11100000 | 1101111 | 10000 | 0 | 110010 | 1100 | 1001111 | 1000001 | 1000010 |
Color Harmonies of #BCE06F
Complementary color
Monochromatic Colors of #BCE06F
Black with #BCE06F
Text Example
Text Example
White with #BCE06F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE06F; }
p { color: rgb(188,224,111); }
H1.HeaderClassName
{
color: #BCE06F;
}
.AnyTagClassName
{
color: #BCE06F;
}
</style>
background-color css
<style>
a { background-color: #BCE06F; }
a { background-color: rgb(188,224,111); }
div.DivClassName
{
background-color: #BCE06F;
}
.BgClassName
{
background-color: #BCE06F;
}
</style>
border-color css
<style>
span { border-color: #BCE06F; }
span { border-color: rgb(188,224,111); }
td.TdClassName
{
border-color: #BCE06F;
}
.TagClassName
{
border-color: #BCE06F;
}
</style>