Shades of Las Palmas #BCE43B
Tints of Las Palmas #BCE43B
RGB
CMYK
RGB Variations
Color information
#BCE43B (or 0xBCE43B) is known color: Las Palmas. HEX triplet: BC, E4 and 3B. RGB value is (188,228,59). Sum of RGB (Red+Green+Blue) = 188+228+59=475 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.58% from 475); Green value is 228 (89.45% from 255 or 48% from 475); Blue value is 59 (23.44% from 255 or 12.42% from 475); Max value from RGB is 228 - color contains mainly: green. Hex color #BCE43B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCE43B is #431BC4. Grayscale: #C5C5C5. Windows color (decimal): -4398021 or 3925180. OLE color: 3925180.
HSL color Cylindrical-coordinate representation of color #BCE43B: hue angle of 74.2º 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 #BCE43B is Cyan = 0.18, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 188 | 228 | 59 | - |
| CMYK | 0.18 | 0 | 0.74 | 0.11 |
| HSL | 74.2º | 0.76% | 0.56% | - |
| HSV(B) | 74.2º | 0.74% | 0.89% | - |
| XYZ | 49.27 | 66.49 | 14.38 | - |
| YUV | 196.77 | 50.25 | 121.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 228 | 59 | 0.18 | 0 | 0.74 | 0.11 | 74.2 | 0.76 | 0.56 |
| Hex | BC | E4 | 3B | 12 | 0 | 4A | B | 4A | 4C | 38 |
| Octal | 274 | 344 | 73 | 22 | 0 | 112 | 13 | 112 | 114 | 70 |
| Binary | 10111100 | 11100100 | 111011 | 10010 | 0 | 1001010 | 1011 | 1001010 | 1001100 | 111000 |
Color Harmonies of #BCE43B
Complementary color
Monochromatic Colors of #BCE43B
Black with #BCE43B
Text Example
Text Example
White with #BCE43B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE43B; }
p { color: rgb(188,228,59); }
H1.HeaderClassName
{
color: #BCE43B;
}
.AnyTagClassName
{
color: #BCE43B;
}
</style>
background-color css
<style>
a { background-color: #BCE43B; }
a { background-color: rgb(188,228,59); }
div.DivClassName
{
background-color: #BCE43B;
}
.BgClassName
{
background-color: #BCE43B;
}
</style>
border-color css
<style>
span { border-color: #BCE43B; }
span { border-color: rgb(188,228,59); }
td.TdClassName
{
border-color: #BCE43B;
}
.TagClassName
{
border-color: #BCE43B;
}
</style>