Shades of Las Palmas #BCD042
Tints of Las Palmas #BCD042
RGB
CMYK
RGB Variations
Color information
#BCD042 (or 0xBCD042) is known color: Las Palmas. HEX triplet: BC, D0 and 42. RGB value is (188,208,66). Sum of RGB (Red+Green+Blue) = 188+208+66=462 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.69% from 462); Green value is 208 (81.64% from 255 or 45.02% from 462); Blue value is 66 (26.17% from 255 or 14.29% from 462); Max value from RGB is 208 - color contains mainly: green. Hex color #BCD042 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCD042 is #432FBD. Grayscale: #BABABA. Windows color (decimal): -4403134 or 4378812. OLE color: 4378812.
HSL color Cylindrical-coordinate representation of color #BCD042: hue angle of 68.45º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BCD042 is Cyan = 0.10, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 188 | 208 | 66 | - |
| CMYK | 0.10 | 0 | 0.68 | 0.18 |
| HSL | 68.45º | 0.6% | 0.54% | - |
| HSV(B) | 68.45º | 0.68% | 0.82% | - |
| XYZ | 44.28 | 56.2 | 13.67 | - |
| YUV | 185.83 | 60.37 | 129.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 208 | 66 | 0.10 | 0 | 0.68 | 0.18 | 68.45 | 0.6 | 0.54 |
| Hex | BC | D0 | 42 | A | 0 | 44 | 12 | 44 | 3C | 36 |
| Octal | 274 | 320 | 102 | 12 | 0 | 104 | 22 | 104 | 74 | 66 |
| Binary | 10111100 | 11010000 | 1000010 | 1010 | 0 | 1000100 | 10010 | 1000100 | 111100 | 110110 |
Color Harmonies of #BCD042
Complementary color
Monochromatic Colors of #BCD042
Black with #BCD042
Text Example
Text Example
White with #BCD042
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD042; }
p { color: rgb(188,208,66); }
H1.HeaderClassName
{
color: #BCD042;
}
.AnyTagClassName
{
color: #BCD042;
}
</style>
background-color css
<style>
a { background-color: #BCD042; }
a { background-color: rgb(188,208,66); }
div.DivClassName
{
background-color: #BCD042;
}
.BgClassName
{
background-color: #BCD042;
}
</style>
border-color css
<style>
span { border-color: #BCD042; }
span { border-color: rgb(188,208,66); }
td.TdClassName
{
border-color: #BCD042;
}
.TagClassName
{
border-color: #BCD042;
}
</style>