Shades of Las Palmas #BCDD36
Tints of Las Palmas #BCDD36
RGB
CMYK
RGB Variations
Color information
#BCDD36 (or 0xBCDD36) is known color: Las Palmas. HEX triplet: BC, DD and 36. RGB value is (188,221,54). Sum of RGB (Red+Green+Blue) = 188+221+54=463 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.60% from 463); Green value is 221 (86.72% from 255 or 47.73% from 463); Blue value is 54 (21.48% from 255 or 11.66% from 463); Max value from RGB is 221 - color contains mainly: green. Hex color #BCDD36 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCDD36 is #4322C9. Grayscale: #C0C0C0. Windows color (decimal): -4399818 or 3595708. OLE color: 3595708.
HSL color Cylindrical-coordinate representation of color #BCDD36: hue angle of 71.86º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BCDD36 is Cyan = 0.15, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 221 | 54 | - |
| CMYK | 0.15 | 0 | 0.76 | 0.13 |
| HSL | 71.86º | 0.71% | 0.54% | - |
| HSV(B) | 71.86º | 0.76% | 0.87% | - |
| XYZ | 47.26 | 62.67 | 13.1 | - |
| YUV | 192.1 | 50.07 | 125.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 221 | 54 | 0.15 | 0 | 0.76 | 0.13 | 71.86 | 0.71 | 0.54 |
| Hex | BC | DD | 36 | F | 0 | 4C | D | 48 | 47 | 36 |
| Octal | 274 | 335 | 66 | 17 | 0 | 114 | 15 | 110 | 107 | 66 |
| Binary | 10111100 | 11011101 | 110110 | 1111 | 0 | 1001100 | 1101 | 1001000 | 1000111 | 110110 |
Color Harmonies of #BCDD36
Complementary color
Monochromatic Colors of #BCDD36
Black with #BCDD36
Text Example
Text Example
White with #BCDD36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDD36; }
p { color: rgb(188,221,54); }
H1.HeaderClassName
{
color: #BCDD36;
}
.AnyTagClassName
{
color: #BCDD36;
}
</style>
background-color css
<style>
a { background-color: #BCDD36; }
a { background-color: rgb(188,221,54); }
div.DivClassName
{
background-color: #BCDD36;
}
.BgClassName
{
background-color: #BCDD36;
}
</style>
border-color css
<style>
span { border-color: #BCDD36; }
span { border-color: rgb(188,221,54); }
td.TdClassName
{
border-color: #BCDD36;
}
.TagClassName
{
border-color: #BCDD36;
}
</style>