Shades of Las Palmas #BCDC40
Tints of Las Palmas #BCDC40
RGB
CMYK
RGB Variations
Color information
#BCDC40 (or 0xBCDC40) is known color: Las Palmas. HEX triplet: BC, DC and 40. RGB value is (188,220,64). Sum of RGB (Red+Green+Blue) = 188+220+64=472 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.83% from 472); Green value is 220 (86.33% from 255 or 46.61% from 472); Blue value is 64 (25.39% from 255 or 13.56% from 472); Max value from RGB is 220 - color contains mainly: green. Hex color #BCDC40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCDC40 is #4323BF. Grayscale: #C1C1C1. Windows color (decimal): -4400064 or 4250812. OLE color: 4250812.
HSL color Cylindrical-coordinate representation of color #BCDC40: hue angle of 72.31º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BCDC40 is Cyan = 0.15, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 188 | 220 | 64 | - |
| CMYK | 0.15 | 0 | 0.71 | 0.14 |
| HSL | 72.31º | 0.69% | 0.56% | - |
| HSV(B) | 72.31º | 0.71% | 0.86% | - |
| XYZ | 47.26 | 62.25 | 14.37 | - |
| YUV | 192.65 | 55.4 | 124.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 220 | 64 | 0.15 | 0 | 0.71 | 0.14 | 72.31 | 0.69 | 0.56 |
| Hex | BC | DC | 40 | F | 0 | 47 | E | 48 | 45 | 38 |
| Octal | 274 | 334 | 100 | 17 | 0 | 107 | 16 | 110 | 105 | 70 |
| Binary | 10111100 | 11011100 | 1000000 | 1111 | 0 | 1000111 | 1110 | 1001000 | 1000101 | 111000 |
Color Harmonies of #BCDC40
Complementary color
Monochromatic Colors of #BCDC40
Black with #BCDC40
Text Example
Text Example
White with #BCDC40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDC40; }
p { color: rgb(188,220,64); }
H1.HeaderClassName
{
color: #BCDC40;
}
.AnyTagClassName
{
color: #BCDC40;
}
</style>
background-color css
<style>
a { background-color: #BCDC40; }
a { background-color: rgb(188,220,64); }
div.DivClassName
{
background-color: #BCDC40;
}
.BgClassName
{
background-color: #BCDC40;
}
</style>
border-color css
<style>
span { border-color: #BCDC40; }
span { border-color: rgb(188,220,64); }
td.TdClassName
{
border-color: #BCDC40;
}
.TagClassName
{
border-color: #BCDC40;
}
</style>