Shades of Las Palmas #BCE336
Tints of Las Palmas #BCE336
RGB
CMYK
RGB Variations
Color information
#BCE336 (or 0xBCE336) is known color: Las Palmas. HEX triplet: BC, E3 and 36. RGB value is (188,227,54). Sum of RGB (Red+Green+Blue) = 188+227+54=469 (62% of max value = 765). Red value is 188 (73.83% from 255 or 40.09% from 469); Green value is 227 (89.06% from 255 or 48.40% from 469); Blue value is 54 (21.48% from 255 or 11.51% from 469); Max value from RGB is 227 - color contains mainly: green. Hex color #BCE336 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCE336 is #431CC9. Grayscale: #C4C4C4. Windows color (decimal): -4398282 or 3597244. OLE color: 3597244.
HSL color Cylindrical-coordinate representation of color #BCE336: hue angle of 73.53º degrees, saturation: 0.76, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BCE336 is Cyan = 0.17, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 188 | 227 | 54 | - |
| CMYK | 0.17 | 0 | 0.76 | 0.11 |
| HSL | 73.53º | 0.76% | 0.55% | - |
| HSV(B) | 73.53º | 0.76% | 0.89% | - |
| XYZ | 48.87 | 65.9 | 13.63 | - |
| YUV | 195.62 | 48.08 | 122.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 227 | 54 | 0.17 | 0 | 0.76 | 0.11 | 73.53 | 0.76 | 0.55 |
| Hex | BC | E3 | 36 | 11 | 0 | 4C | B | 4A | 4C | 37 |
| Octal | 274 | 343 | 66 | 21 | 0 | 114 | 13 | 112 | 114 | 67 |
| Binary | 10111100 | 11100011 | 110110 | 10001 | 0 | 1001100 | 1011 | 1001010 | 1001100 | 110111 |
Color Harmonies of #BCE336
Complementary color
Monochromatic Colors of #BCE336
Black with #BCE336
Text Example
Text Example
White with #BCE336
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE336; }
p { color: rgb(188,227,54); }
H1.HeaderClassName
{
color: #BCE336;
}
.AnyTagClassName
{
color: #BCE336;
}
</style>
background-color css
<style>
a { background-color: #BCE336; }
a { background-color: rgb(188,227,54); }
div.DivClassName
{
background-color: #BCE336;
}
.BgClassName
{
background-color: #BCE336;
}
</style>
border-color css
<style>
span { border-color: #BCE336; }
span { border-color: rgb(188,227,54); }
td.TdClassName
{
border-color: #BCE336;
}
.TagClassName
{
border-color: #BCE336;
}
</style>