Shades of Las Palmas #BCDC3A
Tints of Las Palmas #BCDC3A
RGB
CMYK
RGB Variations
Color information
#BCDC3A (or 0xBCDC3A) is known color: Las Palmas. HEX triplet: BC, DC and 3A. RGB value is (188,220,58). Sum of RGB (Red+Green+Blue) = 188+220+58=466 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.34% from 466); Green value is 220 (86.33% from 255 or 47.21% from 466); Blue value is 58 (23.05% from 255 or 12.45% from 466); Max value from RGB is 220 - color contains mainly: green. Hex color #BCDC3A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCDC3A is #4323C5. Grayscale: #C0C0C0. Windows color (decimal): -4400070 or 3857596. OLE color: 3857596.
HSL color Cylindrical-coordinate representation of color #BCDC3A: hue angle of 71.85º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BCDC3A is Cyan = 0.15, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 188 | 220 | 58 | - |
| CMYK | 0.15 | 0 | 0.74 | 0.14 |
| HSL | 71.85º | 0.7% | 0.55% | - |
| HSV(B) | 71.85º | 0.74% | 0.86% | - |
| XYZ | 47.1 | 62.18 | 13.52 | - |
| YUV | 191.96 | 52.4 | 125.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 220 | 58 | 0.15 | 0 | 0.74 | 0.14 | 71.85 | 0.7 | 0.55 |
| Hex | BC | DC | 3A | F | 0 | 4A | E | 48 | 46 | 37 |
| Octal | 274 | 334 | 72 | 17 | 0 | 112 | 16 | 110 | 106 | 67 |
| Binary | 10111100 | 11011100 | 111010 | 1111 | 0 | 1001010 | 1110 | 1001000 | 1000110 | 110111 |
Color Harmonies of #BCDC3A
Complementary color
Monochromatic Colors of #BCDC3A
Black with #BCDC3A
Text Example
Text Example
White with #BCDC3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDC3A; }
p { color: rgb(188,220,58); }
H1.HeaderClassName
{
color: #BCDC3A;
}
.AnyTagClassName
{
color: #BCDC3A;
}
</style>
background-color css
<style>
a { background-color: #BCDC3A; }
a { background-color: rgb(188,220,58); }
div.DivClassName
{
background-color: #BCDC3A;
}
.BgClassName
{
background-color: #BCDC3A;
}
</style>
border-color css
<style>
span { border-color: #BCDC3A; }
span { border-color: rgb(188,220,58); }
td.TdClassName
{
border-color: #BCDC3A;
}
.TagClassName
{
border-color: #BCDC3A;
}
</style>