Shades of Las Palmas #BCE93B
Tints of Las Palmas #BCE93B
RGB
CMYK
RGB Variations
Color information
#BCE93B (or 0xBCE93B) is known color: Las Palmas. HEX triplet: BC, E9 and 3B. RGB value is (188,233,59). Sum of RGB (Red+Green+Blue) = 188+233+59=480 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.17% from 480); Green value is 233 (91.41% from 255 or 48.54% from 480); Blue value is 59 (23.44% from 255 or 12.29% from 480); Max value from RGB is 233 - color contains mainly: green. Hex color #BCE93B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCE93B is #4316C4. Grayscale: #C8C8C8. Windows color (decimal): -4396741 or 3926460. OLE color: 3926460.
HSL color Cylindrical-coordinate representation of color #BCE93B: hue angle of 75.52º degrees, saturation: 0.8, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BCE93B is Cyan = 0.19, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 188 | 233 | 59 | - |
| CMYK | 0.19 | 0 | 0.75 | 0.09 |
| HSL | 75.52º | 0.8% | 0.57% | - |
| HSV(B) | 75.52º | 0.75% | 0.91% | - |
| XYZ | 50.67 | 69.28 | 14.84 | - |
| YUV | 199.71 | 48.59 | 119.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 233 | 59 | 0.19 | 0 | 0.75 | 0.09 | 75.52 | 0.8 | 0.57 |
| Hex | BC | E9 | 3B | 13 | 0 | 4B | 9 | 4C | 50 | 39 |
| Octal | 274 | 351 | 73 | 23 | 0 | 113 | 11 | 114 | 120 | 71 |
| Binary | 10111100 | 11101001 | 111011 | 10011 | 0 | 1001011 | 1001 | 1001100 | 1010000 | 111001 |
Color Harmonies of #BCE93B
Complementary color
Monochromatic Colors of #BCE93B
Black with #BCE93B
Text Example
Text Example
White with #BCE93B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE93B; }
p { color: rgb(188,233,59); }
H1.HeaderClassName
{
color: #BCE93B;
}
.AnyTagClassName
{
color: #BCE93B;
}
</style>
background-color css
<style>
a { background-color: #BCE93B; }
a { background-color: rgb(188,233,59); }
div.DivClassName
{
background-color: #BCE93B;
}
.BgClassName
{
background-color: #BCE93B;
}
</style>
border-color css
<style>
span { border-color: #BCE93B; }
span { border-color: rgb(188,233,59); }
td.TdClassName
{
border-color: #BCE93B;
}
.TagClassName
{
border-color: #BCE93B;
}
</style>