Shades of Las Palmas #BCE43C
Tints of Las Palmas #BCE43C
RGB
CMYK
RGB Variations
Color information
#BCE43C (or 0xBCE43C) is known color: Las Palmas. HEX triplet: BC, E4 and 3C. RGB value is (188,228,60). Sum of RGB (Red+Green+Blue) = 188+228+60=476 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.50% from 476); Green value is 228 (89.45% from 255 or 47.90% from 476); Blue value is 60 (23.83% from 255 or 12.61% from 476); Max value from RGB is 228 - color contains mainly: green. Hex color #BCE43C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCE43C is #431BC3. Grayscale: #C5C5C5. Windows color (decimal): -4398020 or 3990716. OLE color: 3990716.
HSL color Cylindrical-coordinate representation of color #BCE43C: hue angle of 74.29º degrees, saturation: 0.76, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BCE43C is Cyan = 0.18, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 188 | 228 | 60 | - |
| CMYK | 0.18 | 0 | 0.74 | 0.11 |
| HSL | 74.29º | 0.76% | 0.56% | - |
| HSV(B) | 74.29º | 0.74% | 0.89% | - |
| XYZ | 49.3 | 66.5 | 14.51 | - |
| YUV | 196.89 | 50.75 | 121.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 228 | 60 | 0.18 | 0 | 0.74 | 0.11 | 74.29 | 0.76 | 0.56 |
| Hex | BC | E4 | 3C | 12 | 0 | 4A | B | 4A | 4C | 38 |
| Octal | 274 | 344 | 74 | 22 | 0 | 112 | 13 | 112 | 114 | 70 |
| Binary | 10111100 | 11100100 | 111100 | 10010 | 0 | 1001010 | 1011 | 1001010 | 1001100 | 111000 |
Color Harmonies of #BCE43C
Complementary color
Monochromatic Colors of #BCE43C
Black with #BCE43C
Text Example
Text Example
White with #BCE43C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE43C; }
p { color: rgb(188,228,60); }
H1.HeaderClassName
{
color: #BCE43C;
}
.AnyTagClassName
{
color: #BCE43C;
}
</style>
background-color css
<style>
a { background-color: #BCE43C; }
a { background-color: rgb(188,228,60); }
div.DivClassName
{
background-color: #BCE43C;
}
.BgClassName
{
background-color: #BCE43C;
}
</style>
border-color css
<style>
span { border-color: #BCE43C; }
span { border-color: rgb(188,228,60); }
td.TdClassName
{
border-color: #BCE43C;
}
.TagClassName
{
border-color: #BCE43C;
}
</style>