Shades of Las Palmas #BCD540
Tints of Las Palmas #BCD540
RGB
CMYK
RGB Variations
Color information
#BCD540 (or 0xBCD540) is known color: Las Palmas. HEX triplet: BC, D5 and 40. RGB value is (188,213,64). Sum of RGB (Red+Green+Blue) = 188+213+64=465 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.43% from 465); Green value is 213 (83.59% from 255 or 45.81% from 465); Blue value is 64 (25.39% from 255 or 13.76% from 465); Max value from RGB is 213 - color contains mainly: green. Hex color #BCD540 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCD540 is #432ABF. Grayscale: #BDBDBD. Windows color (decimal): -4401856 or 4249020. OLE color: 4249020.
HSL color Cylindrical-coordinate representation of color #BCD540: hue angle of 70.07º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BCD540 is Cyan = 0.12, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 188 | 213 | 64 | - |
| CMYK | 0.12 | 0 | 0.70 | 0.16 |
| HSL | 70.07º | 0.64% | 0.54% | - |
| HSV(B) | 70.07º | 0.7% | 0.84% | - |
| XYZ | 45.46 | 58.65 | 13.78 | - |
| YUV | 188.54 | 57.72 | 127.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 213 | 64 | 0.12 | 0 | 0.70 | 0.16 | 70.07 | 0.64 | 0.54 |
| Hex | BC | D5 | 40 | C | 0 | 46 | 10 | 46 | 40 | 36 |
| Octal | 274 | 325 | 100 | 14 | 0 | 106 | 20 | 106 | 100 | 66 |
| Binary | 10111100 | 11010101 | 1000000 | 1100 | 0 | 1000110 | 10000 | 1000110 | 1000000 | 110110 |
Color Harmonies of #BCD540
Complementary color
Monochromatic Colors of #BCD540
Black with #BCD540
Text Example
Text Example
White with #BCD540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD540; }
p { color: rgb(188,213,64); }
H1.HeaderClassName
{
color: #BCD540;
}
.AnyTagClassName
{
color: #BCD540;
}
</style>
background-color css
<style>
a { background-color: #BCD540; }
a { background-color: rgb(188,213,64); }
div.DivClassName
{
background-color: #BCD540;
}
.BgClassName
{
background-color: #BCD540;
}
</style>
border-color css
<style>
span { border-color: #BCD540; }
span { border-color: rgb(188,213,64); }
td.TdClassName
{
border-color: #BCD540;
}
.TagClassName
{
border-color: #BCD540;
}
</style>