Shades of Las Palmas #BCDA3C
Tints of Las Palmas #BCDA3C
RGB
CMYK
RGB Variations
Color information
#BCDA3C (or 0xBCDA3C) is known color: Las Palmas. HEX triplet: BC, DA and 3C. RGB value is (188,218,60). Sum of RGB (Red+Green+Blue) = 188+218+60=466 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.34% from 466); Green value is 218 (85.55% from 255 or 46.78% from 466); Blue value is 60 (23.83% from 255 or 12.88% from 466); Max value from RGB is 218 - color contains mainly: green. Hex color #BCDA3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCDA3C is #4325C3. Grayscale: #BFBFBF. Windows color (decimal): -4400580 or 3988156. OLE color: 3988156.
HSL color Cylindrical-coordinate representation of color #BCDA3C: hue angle of 71.39º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BCDA3C is Cyan = 0.14, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 188 | 218 | 60 | - |
| CMYK | 0.14 | 0 | 0.72 | 0.15 |
| HSL | 71.39º | 0.68% | 0.55% | - |
| HSV(B) | 71.39º | 0.72% | 0.85% | - |
| XYZ | 46.63 | 61.16 | 13.62 | - |
| YUV | 191.02 | 54.06 | 125.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 218 | 60 | 0.14 | 0 | 0.72 | 0.15 | 71.39 | 0.68 | 0.55 |
| Hex | BC | DA | 3C | E | 0 | 48 | F | 47 | 44 | 37 |
| Octal | 274 | 332 | 74 | 16 | 0 | 110 | 17 | 107 | 104 | 67 |
| Binary | 10111100 | 11011010 | 111100 | 1110 | 0 | 1001000 | 1111 | 1000111 | 1000100 | 110111 |
Color Harmonies of #BCDA3C
Complementary color
Monochromatic Colors of #BCDA3C
Black with #BCDA3C
Text Example
Text Example
White with #BCDA3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDA3C; }
p { color: rgb(188,218,60); }
H1.HeaderClassName
{
color: #BCDA3C;
}
.AnyTagClassName
{
color: #BCDA3C;
}
</style>
background-color css
<style>
a { background-color: #BCDA3C; }
a { background-color: rgb(188,218,60); }
div.DivClassName
{
background-color: #BCDA3C;
}
.BgClassName
{
background-color: #BCDA3C;
}
</style>
border-color css
<style>
span { border-color: #BCDA3C; }
span { border-color: rgb(188,218,60); }
td.TdClassName
{
border-color: #BCDA3C;
}
.TagClassName
{
border-color: #BCDA3C;
}
</style>