Shades of Las Palmas #BCE636
Tints of Las Palmas #BCE636
RGB
CMYK
RGB Variations
Color information
#BCE636 (or 0xBCE636) is known color: Las Palmas. HEX triplet: BC, E6 and 36. RGB value is (188,230,54). Sum of RGB (Red+Green+Blue) = 188+230+54=472 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.83% from 472); Green value is 230 (90.23% from 255 or 48.73% from 472); Blue value is 54 (21.48% from 255 or 11.44% from 472); Max value from RGB is 230 - color contains mainly: green. Hex color #BCE636 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCE636 is #4319C9. Grayscale: #C6C6C6. Windows color (decimal): -4397514 or 3598012. OLE color: 3598012.
HSL color Cylindrical-coordinate representation of color #BCE636: hue angle of 74.32º degrees, saturation: 0.78, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BCE636 is Cyan = 0.18, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 188 | 230 | 54 | - |
| CMYK | 0.18 | 0 | 0.77 | 0.10 |
| HSL | 74.32º | 0.78% | 0.56% | - |
| HSV(B) | 74.32º | 0.77% | 0.9% | - |
| XYZ | 49.7 | 67.55 | 13.91 | - |
| YUV | 197.38 | 47.09 | 121.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 230 | 54 | 0.18 | 0 | 0.77 | 0.10 | 74.32 | 0.78 | 0.56 |
| Hex | BC | E6 | 36 | 12 | 0 | 4D | A | 4A | 4E | 38 |
| Octal | 274 | 346 | 66 | 22 | 0 | 115 | 12 | 112 | 116 | 70 |
| Binary | 10111100 | 11100110 | 110110 | 10010 | 0 | 1001101 | 1010 | 1001010 | 1001110 | 111000 |
Color Harmonies of #BCE636
Complementary color
Monochromatic Colors of #BCE636
Black with #BCE636
Text Example
Text Example
White with #BCE636
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE636; }
p { color: rgb(188,230,54); }
H1.HeaderClassName
{
color: #BCE636;
}
.AnyTagClassName
{
color: #BCE636;
}
</style>
background-color css
<style>
a { background-color: #BCE636; }
a { background-color: rgb(188,230,54); }
div.DivClassName
{
background-color: #BCE636;
}
.BgClassName
{
background-color: #BCE636;
}
</style>
border-color css
<style>
span { border-color: #BCE636; }
span { border-color: rgb(188,230,54); }
td.TdClassName
{
border-color: #BCE636;
}
.TagClassName
{
border-color: #BCE636;
}
</style>