Shades of Las Palmas #BCDC37
Tints of Las Palmas #BCDC37
RGB
CMYK
RGB Variations
Color information
#BCDC37 (or 0xBCDC37) is known color: Las Palmas. HEX triplet: BC, DC and 37. RGB value is (188,220,55). Sum of RGB (Red+Green+Blue) = 188+220+55=463 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.60% from 463); Green value is 220 (86.33% from 255 or 47.52% from 463); Blue value is 55 (21.88% from 255 or 11.88% from 463); Max value from RGB is 220 - color contains mainly: green. Hex color #BCDC37 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCDC37 is #4323C8. Grayscale: #C0C0C0. Windows color (decimal): -4400073 or 3660988. OLE color: 3660988.
HSL color Cylindrical-coordinate representation of color #BCDC37: hue angle of 71.64º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BCDC37 is Cyan = 0.15, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 188 | 220 | 55 | - |
| CMYK | 0.15 | 0 | 0.75 | 0.14 |
| HSL | 71.64º | 0.7% | 0.54% | - |
| HSV(B) | 71.64º | 0.75% | 0.86% | - |
| XYZ | 47.02 | 62.15 | 13.13 | - |
| YUV | 191.62 | 50.9 | 125.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 220 | 55 | 0.15 | 0 | 0.75 | 0.14 | 71.64 | 0.7 | 0.54 |
| Hex | BC | DC | 37 | F | 0 | 4B | E | 48 | 46 | 36 |
| Octal | 274 | 334 | 67 | 17 | 0 | 113 | 16 | 110 | 106 | 66 |
| Binary | 10111100 | 11011100 | 110111 | 1111 | 0 | 1001011 | 1110 | 1001000 | 1000110 | 110110 |
Color Harmonies of #BCDC37
Complementary color
Monochromatic Colors of #BCDC37
Black with #BCDC37
Text Example
Text Example
White with #BCDC37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDC37; }
p { color: rgb(188,220,55); }
H1.HeaderClassName
{
color: #BCDC37;
}
.AnyTagClassName
{
color: #BCDC37;
}
</style>
background-color css
<style>
a { background-color: #BCDC37; }
a { background-color: rgb(188,220,55); }
div.DivClassName
{
background-color: #BCDC37;
}
.BgClassName
{
background-color: #BCDC37;
}
</style>
border-color css
<style>
span { border-color: #BCDC37; }
span { border-color: rgb(188,220,55); }
td.TdClassName
{
border-color: #BCDC37;
}
.TagClassName
{
border-color: #BCDC37;
}
</style>