Shades of Las Palmas #BCEC3A
Tints of Las Palmas #BCEC3A
RGB
CMYK
RGB Variations
Color information
#BCEC3A (or 0xBCEC3A) is known color: Las Palmas. HEX triplet: BC, EC and 3A. RGB value is (188,236,58). Sum of RGB (Red+Green+Blue) = 188+236+58=482 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.00% from 482); Green value is 236 (92.58% from 255 or 48.96% from 482); Blue value is 58 (23.05% from 255 or 12.03% from 482); Max value from RGB is 236 - color contains mainly: green. Hex color #BCEC3A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCEC3A is #4313C5. Grayscale: #CACACA. Windows color (decimal): -4395974 or 3861692. OLE color: 3861692.
HSL color Cylindrical-coordinate representation of color #BCEC3A: hue angle of 76.18º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BCEC3A is Cyan = 0.20, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 236 | 58 | - |
| CMYK | 0.20 | 0 | 0.75 | 0.07 |
| HSL | 76.18º | 0.82% | 0.58% | - |
| HSV(B) | 76.18º | 0.75% | 0.93% | - |
| XYZ | 51.5 | 70.99 | 14.99 | - |
| YUV | 201.36 | 47.1 | 118.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 236 | 58 | 0.20 | 0 | 0.75 | 0.07 | 76.18 | 0.82 | 0.58 |
| Hex | BC | EC | 3A | 14 | 0 | 4B | 7 | 4C | 52 | 3A |
| Octal | 274 | 354 | 72 | 24 | 0 | 113 | 7 | 114 | 122 | 72 |
| Binary | 10111100 | 11101100 | 111010 | 10100 | 0 | 1001011 | 111 | 1001100 | 1010010 | 111010 |
Color Harmonies of #BCEC3A
Complementary color
Monochromatic Colors of #BCEC3A
Black with #BCEC3A
Text Example
Text Example
White with #BCEC3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCEC3A; }
p { color: rgb(188,236,58); }
H1.HeaderClassName
{
color: #BCEC3A;
}
.AnyTagClassName
{
color: #BCEC3A;
}
</style>
background-color css
<style>
a { background-color: #BCEC3A; }
a { background-color: rgb(188,236,58); }
div.DivClassName
{
background-color: #BCEC3A;
}
.BgClassName
{
background-color: #BCEC3A;
}
</style>
border-color css
<style>
span { border-color: #BCEC3A; }
span { border-color: rgb(188,236,58); }
td.TdClassName
{
border-color: #BCEC3A;
}
.TagClassName
{
border-color: #BCEC3A;
}
</style>