Shades of Las Palmas #BCE236
Tints of Las Palmas #BCE236
RGB
CMYK
RGB Variations
Color information
#BCE236 (or 0xBCE236) is known color: Las Palmas. HEX triplet: BC, E2 and 36. RGB value is (188,226,54). Sum of RGB (Red+Green+Blue) = 188+226+54=468 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.17% from 468); Green value is 226 (88.67% from 255 or 48.29% from 468); Blue value is 54 (21.48% from 255 or 11.54% from 468); Max value from RGB is 226 - color contains mainly: green. Hex color #BCE236 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCE236 is #431DC9. Grayscale: #C3C3C3. Windows color (decimal): -4398538 or 3596988. OLE color: 3596988.
HSL color Cylindrical-coordinate representation of color #BCE236: hue angle of 73.26º degrees, saturation: 0.75, 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 #BCE236 is Cyan = 0.17, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 188 | 226 | 54 | - |
| CMYK | 0.17 | 0 | 0.76 | 0.11 |
| HSL | 73.26º | 0.75% | 0.55% | - |
| HSV(B) | 73.26º | 0.76% | 0.89% | - |
| XYZ | 48.6 | 65.35 | 13.54 | - |
| YUV | 195.03 | 48.41 | 122.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 226 | 54 | 0.17 | 0 | 0.76 | 0.11 | 73.26 | 0.75 | 0.55 |
| Hex | BC | E2 | 36 | 11 | 0 | 4C | B | 49 | 4B | 37 |
| Octal | 274 | 342 | 66 | 21 | 0 | 114 | 13 | 111 | 113 | 67 |
| Binary | 10111100 | 11100010 | 110110 | 10001 | 0 | 1001100 | 1011 | 1001001 | 1001011 | 110111 |
Color Harmonies of #BCE236
Complementary color
Monochromatic Colors of #BCE236
Black with #BCE236
Text Example
Text Example
White with #BCE236
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE236; }
p { color: rgb(188,226,54); }
H1.HeaderClassName
{
color: #BCE236;
}
.AnyTagClassName
{
color: #BCE236;
}
</style>
background-color css
<style>
a { background-color: #BCE236; }
a { background-color: rgb(188,226,54); }
div.DivClassName
{
background-color: #BCE236;
}
.BgClassName
{
background-color: #BCE236;
}
</style>
border-color css
<style>
span { border-color: #BCE236; }
span { border-color: rgb(188,226,54); }
td.TdClassName
{
border-color: #BCE236;
}
.TagClassName
{
border-color: #BCE236;
}
</style>