Shades of Sulu #BCEC7A
Tints of Sulu #BCEC7A
RGB
CMYK
RGB Variations
Color information
#BCEC7A (or 0xBCEC7A) is known color: Sulu. HEX triplet: BC, EC and 7A. RGB value is (188,236,122). Sum of RGB (Red+Green+Blue) = 188+236+122=546 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.43% from 546); Green value is 236 (92.58% from 255 or 43.22% from 546); Blue value is 122 (48.05% from 255 or 22.34% from 546); Max value from RGB is 236 - color contains mainly: green. Hex color #BCEC7A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCEC7A is #431385. Grayscale: #D1D1D1. Windows color (decimal): -4395910 or 8055996. OLE color: 8055996.
HSL color Cylindrical-coordinate representation of color #BCEC7A: hue angle of 85.26º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BCEC7A is Cyan = 0.20, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 236 | 122 | - |
| CMYK | 0.20 | 0 | 0.48 | 0.07 |
| HSL | 85.26º | 0.75% | 0.7% | - |
| HSV(B) | 85.26º | 0.48% | 0.93% | - |
| XYZ | 54.25 | 72.09 | 29.47 | - |
| YUV | 208.65 | 79.1 | 113.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 236 | 122 | 0.20 | 0 | 0.48 | 0.07 | 85.26 | 0.75 | 0.7 |
| Hex | BC | EC | 7A | 14 | 0 | 30 | 7 | 55 | 4B | 46 |
| Octal | 274 | 354 | 172 | 24 | 0 | 60 | 7 | 125 | 113 | 106 |
| Binary | 10111100 | 11101100 | 1111010 | 10100 | 0 | 110000 | 111 | 1010101 | 1001011 | 1000110 |
Color Harmonies of #BCEC7A
Complementary color
Monochromatic Colors of #BCEC7A
Black with #BCEC7A
Text Example
Text Example
White with #BCEC7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCEC7A; }
p { color: rgb(188,236,122); }
H1.HeaderClassName
{
color: #BCEC7A;
}
.AnyTagClassName
{
color: #BCEC7A;
}
</style>
background-color css
<style>
a { background-color: #BCEC7A; }
a { background-color: rgb(188,236,122); }
div.DivClassName
{
background-color: #BCEC7A;
}
.BgClassName
{
background-color: #BCEC7A;
}
</style>
border-color css
<style>
span { border-color: #BCEC7A; }
span { border-color: rgb(188,236,122); }
td.TdClassName
{
border-color: #BCEC7A;
}
.TagClassName
{
border-color: #BCEC7A;
}
</style>