Shades of Las Palmas #BCDA3D
Tints of Las Palmas #BCDA3D
RGB
CMYK
RGB Variations
Color information
#BCDA3D (or 0xBCDA3D) is known color: Las Palmas. HEX triplet: BC, DA and 3D. RGB value is (188,218,61). Sum of RGB (Red+Green+Blue) = 188+218+61=467 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.26% from 467); Green value is 218 (85.55% from 255 or 46.68% from 467); Blue value is 61 (24.22% from 255 or 13.06% from 467); Max value from RGB is 218 - color contains mainly: green. Hex color #BCDA3D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCDA3D is #4325C2. Grayscale: #BFBFBF. Windows color (decimal): -4400579 or 4053692. OLE color: 4053692.
HSL color Cylindrical-coordinate representation of color #BCDA3D: hue angle of 71.46º 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 #BCDA3D is Cyan = 0.14, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 188 | 218 | 61 | - |
| CMYK | 0.14 | 0 | 0.72 | 0.15 |
| HSL | 71.46º | 0.68% | 0.55% | - |
| HSV(B) | 71.46º | 0.72% | 0.85% | - |
| XYZ | 46.65 | 61.17 | 13.76 | - |
| YUV | 191.13 | 54.56 | 125.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 218 | 61 | 0.14 | 0 | 0.72 | 0.15 | 71.46 | 0.68 | 0.55 |
| Hex | BC | DA | 3D | E | 0 | 48 | F | 47 | 44 | 37 |
| Octal | 274 | 332 | 75 | 16 | 0 | 110 | 17 | 107 | 104 | 67 |
| Binary | 10111100 | 11011010 | 111101 | 1110 | 0 | 1001000 | 1111 | 1000111 | 1000100 | 110111 |
Color Harmonies of #BCDA3D
Complementary color
Monochromatic Colors of #BCDA3D
Black with #BCDA3D
Text Example
Text Example
White with #BCDA3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDA3D; }
p { color: rgb(188,218,61); }
H1.HeaderClassName
{
color: #BCDA3D;
}
.AnyTagClassName
{
color: #BCDA3D;
}
</style>
background-color css
<style>
a { background-color: #BCDA3D; }
a { background-color: rgb(188,218,61); }
div.DivClassName
{
background-color: #BCDA3D;
}
.BgClassName
{
background-color: #BCDA3D;
}
</style>
border-color css
<style>
span { border-color: #BCDA3D; }
span { border-color: rgb(188,218,61); }
td.TdClassName
{
border-color: #BCDA3D;
}
.TagClassName
{
border-color: #BCDA3D;
}
</style>