Shades of Las Palmas #BCD542
Tints of Las Palmas #BCD542
RGB
CMYK
RGB Variations
Color information
#BCD542 (or 0xBCD542) is known color: Las Palmas. HEX triplet: BC, D5 and 42. RGB value is (188,213,66). Sum of RGB (Red+Green+Blue) = 188+213+66=467 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.26% from 467); Green value is 213 (83.59% from 255 or 45.61% from 467); Blue value is 66 (26.17% from 255 or 14.13% from 467); Max value from RGB is 213 - color contains mainly: green. Hex color #BCD542 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCD542 is #432ABD. Grayscale: #BDBDBD. Windows color (decimal): -4401854 or 4380092. OLE color: 4380092.
HSL color Cylindrical-coordinate representation of color #BCD542: hue angle of 70.2º 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 #BCD542 is Cyan = 0.12, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 188 | 213 | 66 | - |
| CMYK | 0.12 | 0 | 0.69 | 0.16 |
| HSL | 70.2º | 0.64% | 0.55% | - |
| HSV(B) | 70.2º | 0.69% | 0.84% | - |
| XYZ | 45.52 | 58.67 | 14.08 | - |
| YUV | 188.77 | 58.72 | 127.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 213 | 66 | 0.12 | 0 | 0.69 | 0.16 | 70.2 | 0.64 | 0.55 |
| Hex | BC | D5 | 42 | C | 0 | 45 | 10 | 46 | 40 | 37 |
| Octal | 274 | 325 | 102 | 14 | 0 | 105 | 20 | 106 | 100 | 67 |
| Binary | 10111100 | 11010101 | 1000010 | 1100 | 0 | 1000101 | 10000 | 1000110 | 1000000 | 110111 |
Color Harmonies of #BCD542
Complementary color
Monochromatic Colors of #BCD542
Black with #BCD542
Text Example
Text Example
White with #BCD542
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD542; }
p { color: rgb(188,213,66); }
H1.HeaderClassName
{
color: #BCD542;
}
.AnyTagClassName
{
color: #BCD542;
}
</style>
background-color css
<style>
a { background-color: #BCD542; }
a { background-color: rgb(188,213,66); }
div.DivClassName
{
background-color: #BCD542;
}
.BgClassName
{
background-color: #BCD542;
}
</style>
border-color css
<style>
span { border-color: #BCD542; }
span { border-color: rgb(188,213,66); }
td.TdClassName
{
border-color: #BCD542;
}
.TagClassName
{
border-color: #BCD542;
}
</style>