Shades of Las Palmas #BCDA41
Tints of Las Palmas #BCDA41
RGB
CMYK
RGB Variations
Color information
#BCDA41 (or 0xBCDA41) is known color: Las Palmas. HEX triplet: BC, DA and 41. RGB value is (188,218,65). Sum of RGB (Red+Green+Blue) = 188+218+65=471 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.92% from 471); Green value is 218 (85.55% from 255 or 46.28% from 471); Blue value is 65 (25.78% from 255 or 13.80% from 471); Max value from RGB is 218 - color contains mainly: green. Hex color #BCDA41 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCDA41 is #4325BE. Grayscale: #C0C0C0. Windows color (decimal): -4400575 or 4315836. OLE color: 4315836.
HSL color Cylindrical-coordinate representation of color #BCDA41: hue angle of 71.76º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BCDA41 is Cyan = 0.14, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 188 | 218 | 65 | - |
| CMYK | 0.14 | 0 | 0.70 | 0.15 |
| HSL | 71.76º | 0.67% | 0.55% | - |
| HSV(B) | 71.76º | 0.7% | 0.85% | - |
| XYZ | 46.76 | 61.22 | 14.35 | - |
| YUV | 191.59 | 56.56 | 125.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 218 | 65 | 0.14 | 0 | 0.70 | 0.15 | 71.76 | 0.67 | 0.55 |
| Hex | BC | DA | 41 | E | 0 | 46 | F | 48 | 43 | 37 |
| Octal | 274 | 332 | 101 | 16 | 0 | 106 | 17 | 110 | 103 | 67 |
| Binary | 10111100 | 11011010 | 1000001 | 1110 | 0 | 1000110 | 1111 | 1001000 | 1000011 | 110111 |
Color Harmonies of #BCDA41
Complementary color
Monochromatic Colors of #BCDA41
Black with #BCDA41
Text Example
Text Example
White with #BCDA41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDA41; }
p { color: rgb(188,218,65); }
H1.HeaderClassName
{
color: #BCDA41;
}
.AnyTagClassName
{
color: #BCDA41;
}
</style>
background-color css
<style>
a { background-color: #BCDA41; }
a { background-color: rgb(188,218,65); }
div.DivClassName
{
background-color: #BCDA41;
}
.BgClassName
{
background-color: #BCDA41;
}
</style>
border-color css
<style>
span { border-color: #BCDA41; }
span { border-color: rgb(188,218,65); }
td.TdClassName
{
border-color: #BCDA41;
}
.TagClassName
{
border-color: #BCDA41;
}
</style>