Shades of Las Palmas #BCD641
Tints of Las Palmas #BCD641
RGB
CMYK
RGB Variations
Color information
#BCD641 (or 0xBCD641) is known color: Las Palmas. HEX triplet: BC, D6 and 41. RGB value is (188,214,65). Sum of RGB (Red+Green+Blue) = 188+214+65=467 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.26% from 467); Green value is 214 (83.98% from 255 or 45.82% from 467); Blue value is 65 (25.78% from 255 or 13.92% from 467); Max value from RGB is 214 - color contains mainly: green. Hex color #BCD641 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCD641 is #4329BE. Grayscale: #BDBDBD. Windows color (decimal): -4401599 or 4314812. OLE color: 4314812.
HSL color Cylindrical-coordinate representation of color #BCD641: hue angle of 70.47º 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 #BCD641 is Cyan = 0.12, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 188 | 214 | 65 | - |
| CMYK | 0.12 | 0 | 0.70 | 0.16 |
| HSL | 70.47º | 0.65% | 0.55% | - |
| HSV(B) | 70.47º | 0.7% | 0.84% | - |
| XYZ | 45.74 | 59.17 | 14.01 | - |
| YUV | 189.24 | 57.89 | 127.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 214 | 65 | 0.12 | 0 | 0.70 | 0.16 | 70.47 | 0.65 | 0.55 |
| Hex | BC | D6 | 41 | C | 0 | 46 | 10 | 46 | 41 | 37 |
| Octal | 274 | 326 | 101 | 14 | 0 | 106 | 20 | 106 | 101 | 67 |
| Binary | 10111100 | 11010110 | 1000001 | 1100 | 0 | 1000110 | 10000 | 1000110 | 1000001 | 110111 |
Color Harmonies of #BCD641
Complementary color
Monochromatic Colors of #BCD641
Black with #BCD641
Text Example
Text Example
White with #BCD641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD641; }
p { color: rgb(188,214,65); }
H1.HeaderClassName
{
color: #BCD641;
}
.AnyTagClassName
{
color: #BCD641;
}
</style>
background-color css
<style>
a { background-color: #BCD641; }
a { background-color: rgb(188,214,65); }
div.DivClassName
{
background-color: #BCD641;
}
.BgClassName
{
background-color: #BCD641;
}
</style>
border-color css
<style>
span { border-color: #BCD641; }
span { border-color: rgb(188,214,65); }
td.TdClassName
{
border-color: #BCD641;
}
.TagClassName
{
border-color: #BCD641;
}
</style>