Shades of Las Palmas #BCE340
Tints of Las Palmas #BCE340
RGB
CMYK
RGB Variations
Color information
#BCE340 (or 0xBCE340) is known color: Las Palmas. HEX triplet: BC, E3 and 40. RGB value is (188,227,64). Sum of RGB (Red+Green+Blue) = 188+227+64=479 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.25% from 479); Green value is 227 (89.06% from 255 or 47.39% from 479); Blue value is 64 (25.39% from 255 or 13.36% from 479); Max value from RGB is 227 - color contains mainly: green. Hex color #BCE340 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCE340 is #431CBF. Grayscale: #C5C5C5. Windows color (decimal): -4398272 or 4252604. OLE color: 4252604.
HSL color Cylindrical-coordinate representation of color #BCE340: hue angle of 74.36º degrees, saturation: 0.74, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BCE340 is Cyan = 0.17, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 188 | 227 | 64 | - |
| CMYK | 0.17 | 0 | 0.72 | 0.11 |
| HSL | 74.36º | 0.74% | 0.57% | - |
| HSV(B) | 74.36º | 0.72% | 0.89% | - |
| XYZ | 49.13 | 66 | 15 | - |
| YUV | 196.76 | 53.08 | 121.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 227 | 64 | 0.17 | 0 | 0.72 | 0.11 | 74.36 | 0.74 | 0.57 |
| Hex | BC | E3 | 40 | 11 | 0 | 48 | B | 4A | 4A | 39 |
| Octal | 274 | 343 | 100 | 21 | 0 | 110 | 13 | 112 | 112 | 71 |
| Binary | 10111100 | 11100011 | 1000000 | 10001 | 0 | 1001000 | 1011 | 1001010 | 1001010 | 111001 |
Color Harmonies of #BCE340
Complementary color
Monochromatic Colors of #BCE340
Black with #BCE340
Text Example
Text Example
White with #BCE340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE340; }
p { color: rgb(188,227,64); }
H1.HeaderClassName
{
color: #BCE340;
}
.AnyTagClassName
{
color: #BCE340;
}
</style>
background-color css
<style>
a { background-color: #BCE340; }
a { background-color: rgb(188,227,64); }
div.DivClassName
{
background-color: #BCE340;
}
.BgClassName
{
background-color: #BCE340;
}
</style>
border-color css
<style>
span { border-color: #BCE340; }
span { border-color: rgb(188,227,64); }
td.TdClassName
{
border-color: #BCE340;
}
.TagClassName
{
border-color: #BCE340;
}
</style>