Shades of Las Palmas #BCD642
Tints of Las Palmas #BCD642
RGB
CMYK
RGB Variations
Color information
#BCD642 (or 0xBCD642) is known color: Las Palmas. HEX triplet: BC, D6 and 42. RGB value is (188,214,66). Sum of RGB (Red+Green+Blue) = 188+214+66=468 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.17% from 468); Green value is 214 (83.98% from 255 or 45.73% from 468); Blue value is 66 (26.17% from 255 or 14.10% from 468); Max value from RGB is 214 - color contains mainly: green. Hex color #BCD642 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCD642 is #4329BD. Grayscale: #BDBDBD. Windows color (decimal): -4401598 or 4380348. OLE color: 4380348.
HSL color Cylindrical-coordinate representation of color #BCD642: hue angle of 70.54º 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 #BCD642 is Cyan = 0.12, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 188 | 214 | 66 | - |
| CMYK | 0.12 | 0 | 0.69 | 0.16 |
| HSL | 70.54º | 0.64% | 0.55% | - |
| HSV(B) | 70.54º | 0.69% | 0.84% | - |
| XYZ | 45.77 | 59.18 | 14.16 | - |
| YUV | 189.35 | 58.39 | 127.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 214 | 66 | 0.12 | 0 | 0.69 | 0.16 | 70.54 | 0.64 | 0.55 |
| Hex | BC | D6 | 42 | C | 0 | 45 | 10 | 47 | 40 | 37 |
| Octal | 274 | 326 | 102 | 14 | 0 | 105 | 20 | 107 | 100 | 67 |
| Binary | 10111100 | 11010110 | 1000010 | 1100 | 0 | 1000101 | 10000 | 1000111 | 1000000 | 110111 |
Color Harmonies of #BCD642
Complementary color
Monochromatic Colors of #BCD642
Black with #BCD642
Text Example
Text Example
White with #BCD642
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD642; }
p { color: rgb(188,214,66); }
H1.HeaderClassName
{
color: #BCD642;
}
.AnyTagClassName
{
color: #BCD642;
}
</style>
background-color css
<style>
a { background-color: #BCD642; }
a { background-color: rgb(188,214,66); }
div.DivClassName
{
background-color: #BCD642;
}
.BgClassName
{
background-color: #BCD642;
}
</style>
border-color css
<style>
span { border-color: #BCD642; }
span { border-color: rgb(188,214,66); }
td.TdClassName
{
border-color: #BCD642;
}
.TagClassName
{
border-color: #BCD642;
}
</style>