Shades of Las Palmas #BCD541
Tints of Las Palmas #BCD541
RGB
CMYK
RGB Variations
Color information
#BCD541 (or 0xBCD541) is known color: Las Palmas. HEX triplet: BC, D5 and 41. RGB value is (188,213,65). Sum of RGB (Red+Green+Blue) = 188+213+65=466 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.34% from 466); Green value is 213 (83.59% from 255 or 45.71% from 466); Blue value is 65 (25.78% from 255 or 13.95% from 466); Max value from RGB is 213 - color contains mainly: green. Hex color #BCD541 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCD541 is #432ABE. Grayscale: #BDBDBD. Windows color (decimal): -4401855 or 4314556. OLE color: 4314556.
HSL color Cylindrical-coordinate representation of color #BCD541: hue angle of 70.14º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BCD541 is Cyan = 0.12, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 188 | 213 | 65 | - |
| CMYK | 0.12 | 0 | 0.69 | 0.16 |
| HSL | 70.14º | 0.64% | 0.55% | - |
| HSV(B) | 70.14º | 0.69% | 0.84% | - |
| XYZ | 45.49 | 58.66 | 13.93 | - |
| YUV | 188.65 | 58.22 | 127.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 213 | 65 | 0.12 | 0 | 0.69 | 0.16 | 70.14 | 0.64 | 0.55 |
| Hex | BC | D5 | 41 | C | 0 | 45 | 10 | 46 | 40 | 37 |
| Octal | 274 | 325 | 101 | 14 | 0 | 105 | 20 | 106 | 100 | 67 |
| Binary | 10111100 | 11010101 | 1000001 | 1100 | 0 | 1000101 | 10000 | 1000110 | 1000000 | 110111 |
Color Harmonies of #BCD541
Complementary color
Monochromatic Colors of #BCD541
Black with #BCD541
Text Example
Text Example
White with #BCD541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD541; }
p { color: rgb(188,213,65); }
H1.HeaderClassName
{
color: #BCD541;
}
.AnyTagClassName
{
color: #BCD541;
}
</style>
background-color css
<style>
a { background-color: #BCD541; }
a { background-color: rgb(188,213,65); }
div.DivClassName
{
background-color: #BCD541;
}
.BgClassName
{
background-color: #BCD541;
}
</style>
border-color css
<style>
span { border-color: #BCD541; }
span { border-color: rgb(188,213,65); }
td.TdClassName
{
border-color: #BCD541;
}
.TagClassName
{
border-color: #BCD541;
}
</style>