Shades of Las Palmas #BCD640
Tints of Las Palmas #BCD640
RGB
CMYK
RGB Variations
Color information
#BCD640 (or 0xBCD640) is known color: Las Palmas. HEX triplet: BC, D6 and 40. RGB value is (188,214,64). Sum of RGB (Red+Green+Blue) = 188+214+64=466 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.34% from 466); Green value is 214 (83.98% from 255 or 45.92% from 466); Blue value is 64 (25.39% from 255 or 13.73% from 466); Max value from RGB is 214 - color contains mainly: green. Hex color #BCD640 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCD640 is #4329BF. Grayscale: #BDBDBD. Windows color (decimal): -4401600 or 4249276. OLE color: 4249276.
HSL color Cylindrical-coordinate representation of color #BCD640: hue angle of 70.4º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BCD640 is Cyan = 0.12, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 188 | 214 | 64 | - |
| CMYK | 0.12 | 0 | 0.70 | 0.16 |
| HSL | 70.4º | 0.65% | 0.55% | - |
| HSV(B) | 70.4º | 0.7% | 0.84% | - |
| XYZ | 45.71 | 59.15 | 13.86 | - |
| YUV | 189.13 | 57.39 | 127.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 214 | 64 | 0.12 | 0 | 0.70 | 0.16 | 70.4 | 0.65 | 0.55 |
| Hex | BC | D6 | 40 | C | 0 | 46 | 10 | 46 | 41 | 37 |
| Octal | 274 | 326 | 100 | 14 | 0 | 106 | 20 | 106 | 101 | 67 |
| Binary | 10111100 | 11010110 | 1000000 | 1100 | 0 | 1000110 | 10000 | 1000110 | 1000001 | 110111 |
Color Harmonies of #BCD640
Complementary color
Monochromatic Colors of #BCD640
Black with #BCD640
Text Example
Text Example
White with #BCD640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD640; }
p { color: rgb(188,214,64); }
H1.HeaderClassName
{
color: #BCD640;
}
.AnyTagClassName
{
color: #BCD640;
}
</style>
background-color css
<style>
a { background-color: #BCD640; }
a { background-color: rgb(188,214,64); }
div.DivClassName
{
background-color: #BCD640;
}
.BgClassName
{
background-color: #BCD640;
}
</style>
border-color css
<style>
span { border-color: #BCD640; }
span { border-color: rgb(188,214,64); }
td.TdClassName
{
border-color: #BCD640;
}
.TagClassName
{
border-color: #BCD640;
}
</style>