Shades of Las Palmas #BCDA3F
Tints of Las Palmas #BCDA3F
RGB
CMYK
RGB Variations
Color information
#BCDA3F (or 0xBCDA3F) is known color: Las Palmas. HEX triplet: BC, DA and 3F. RGB value is (188,218,63). Sum of RGB (Red+Green+Blue) = 188+218+63=469 (62% of max value = 765). Red value is 188 (73.83% from 255 or 40.09% from 469); Green value is 218 (85.55% from 255 or 46.48% from 469); Blue value is 63 (25% from 255 or 13.43% from 469); Max value from RGB is 218 - color contains mainly: green. Hex color #BCDA3F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCDA3F is #4325C0. Grayscale: #BFBFBF. Windows color (decimal): -4400577 or 4184764. OLE color: 4184764.
HSL color Cylindrical-coordinate representation of color #BCDA3F: hue angle of 71.61º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BCDA3F is Cyan = 0.14, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 188 | 218 | 63 | - |
| CMYK | 0.14 | 0 | 0.71 | 0.15 |
| HSL | 71.61º | 0.68% | 0.55% | - |
| HSV(B) | 71.61º | 0.71% | 0.85% | - |
| XYZ | 46.71 | 61.19 | 14.05 | - |
| YUV | 191.36 | 55.56 | 125.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 218 | 63 | 0.14 | 0 | 0.71 | 0.15 | 71.61 | 0.68 | 0.55 |
| Hex | BC | DA | 3F | E | 0 | 47 | F | 48 | 44 | 37 |
| Octal | 274 | 332 | 77 | 16 | 0 | 107 | 17 | 110 | 104 | 67 |
| Binary | 10111100 | 11011010 | 111111 | 1110 | 0 | 1000111 | 1111 | 1001000 | 1000100 | 110111 |
Color Harmonies of #BCDA3F
Complementary color
Monochromatic Colors of #BCDA3F
Black with #BCDA3F
Text Example
Text Example
White with #BCDA3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDA3F; }
p { color: rgb(188,218,63); }
H1.HeaderClassName
{
color: #BCDA3F;
}
.AnyTagClassName
{
color: #BCDA3F;
}
</style>
background-color css
<style>
a { background-color: #BCDA3F; }
a { background-color: rgb(188,218,63); }
div.DivClassName
{
background-color: #BCDA3F;
}
.BgClassName
{
background-color: #BCDA3F;
}
</style>
border-color css
<style>
span { border-color: #BCDA3F; }
span { border-color: rgb(188,218,63); }
td.TdClassName
{
border-color: #BCDA3F;
}
.TagClassName
{
border-color: #BCDA3F;
}
</style>