Shades of Las Palmas #BCDC3E
Tints of Las Palmas #BCDC3E
RGB
CMYK
RGB Variations
Color information
#BCDC3E (or 0xBCDC3E) is known color: Las Palmas. HEX triplet: BC, DC and 3E. RGB value is (188,220,62). Sum of RGB (Red+Green+Blue) = 188+220+62=470 (62% of max value = 765). Red value is 188 (73.83% from 255 or 40% from 470); Green value is 220 (86.33% from 255 or 46.81% from 470); Blue value is 62 (24.61% from 255 or 13.19% from 470); Max value from RGB is 220 - color contains mainly: green. Hex color #BCDC3E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCDC3E is #4323C1. Grayscale: #C1C1C1. Windows color (decimal): -4400066 or 4119740. OLE color: 4119740.
HSL color Cylindrical-coordinate representation of color #BCDC3E: hue angle of 72.15º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BCDC3E is Cyan = 0.15, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 188 | 220 | 62 | - |
| CMYK | 0.15 | 0 | 0.72 | 0.14 |
| HSL | 72.15º | 0.69% | 0.55% | - |
| HSV(B) | 72.15º | 0.72% | 0.86% | - |
| XYZ | 47.2 | 62.23 | 14.08 | - |
| YUV | 192.42 | 54.4 | 124.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 220 | 62 | 0.15 | 0 | 0.72 | 0.14 | 72.15 | 0.69 | 0.55 |
| Hex | BC | DC | 3E | F | 0 | 48 | E | 48 | 45 | 37 |
| Octal | 274 | 334 | 76 | 17 | 0 | 110 | 16 | 110 | 105 | 67 |
| Binary | 10111100 | 11011100 | 111110 | 1111 | 0 | 1001000 | 1110 | 1001000 | 1000101 | 110111 |
Color Harmonies of #BCDC3E
Complementary color
Monochromatic Colors of #BCDC3E
Black with #BCDC3E
Text Example
Text Example
White with #BCDC3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDC3E; }
p { color: rgb(188,220,62); }
H1.HeaderClassName
{
color: #BCDC3E;
}
.AnyTagClassName
{
color: #BCDC3E;
}
</style>
background-color css
<style>
a { background-color: #BCDC3E; }
a { background-color: rgb(188,220,62); }
div.DivClassName
{
background-color: #BCDC3E;
}
.BgClassName
{
background-color: #BCDC3E;
}
</style>
border-color css
<style>
span { border-color: #BCDC3E; }
span { border-color: rgb(188,220,62); }
td.TdClassName
{
border-color: #BCDC3E;
}
.TagClassName
{
border-color: #BCDC3E;
}
</style>