Shades of Las Palmas #BCD643
Tints of Las Palmas #BCD643
RGB
CMYK
RGB Variations
Color information
#BCD643 (or 0xBCD643) is known color: Las Palmas. HEX triplet: BC, D6 and 43. RGB value is (188,214,67). Sum of RGB (Red+Green+Blue) = 188+214+67=469 (62% of max value = 765). Red value is 188 (73.83% from 255 or 40.09% from 469); Green value is 214 (83.98% from 255 or 45.63% from 469); Blue value is 67 (26.56% from 255 or 14.29% from 469); Max value from RGB is 214 - color contains mainly: green. Hex color #BCD643 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCD643 is #4329BC. Grayscale: #BEBEBE. Windows color (decimal): -4401597 or 4445884. OLE color: 4445884.
HSL color Cylindrical-coordinate representation of color #BCD643: hue angle of 70.61º 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 #BCD643 is Cyan = 0.12, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 188 | 214 | 67 | - |
| CMYK | 0.12 | 0 | 0.69 | 0.16 |
| HSL | 70.61º | 0.64% | 0.55% | - |
| HSV(B) | 70.61º | 0.69% | 0.84% | - |
| XYZ | 45.8 | 59.19 | 14.32 | - |
| YUV | 189.47 | 58.89 | 126.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 214 | 67 | 0.12 | 0 | 0.69 | 0.16 | 70.61 | 0.64 | 0.55 |
| Hex | BC | D6 | 43 | C | 0 | 45 | 10 | 47 | 40 | 37 |
| Octal | 274 | 326 | 103 | 14 | 0 | 105 | 20 | 107 | 100 | 67 |
| Binary | 10111100 | 11010110 | 1000011 | 1100 | 0 | 1000101 | 10000 | 1000111 | 1000000 | 110111 |
Color Harmonies of #BCD643
Complementary color
Monochromatic Colors of #BCD643
Black with #BCD643
Text Example
Text Example
White with #BCD643
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD643; }
p { color: rgb(188,214,67); }
H1.HeaderClassName
{
color: #BCD643;
}
.AnyTagClassName
{
color: #BCD643;
}
</style>
background-color css
<style>
a { background-color: #BCD643; }
a { background-color: rgb(188,214,67); }
div.DivClassName
{
background-color: #BCD643;
}
.BgClassName
{
background-color: #BCD643;
}
</style>
border-color css
<style>
span { border-color: #BCD643; }
span { border-color: rgb(188,214,67); }
td.TdClassName
{
border-color: #BCD643;
}
.TagClassName
{
border-color: #BCD643;
}
</style>