Shades of Las Palmas #BCD940
Tints of Las Palmas #BCD940
RGB
CMYK
RGB Variations
Color information
#BCD940 (or 0xBCD940) is known color: Las Palmas. HEX triplet: BC, D9 and 40. RGB value is (188,217,64). Sum of RGB (Red+Green+Blue) = 188+217+64=469 (62% of max value = 765). Red value is 188 (73.83% from 255 or 40.09% from 469); Green value is 217 (85.16% from 255 or 46.27% from 469); Blue value is 64 (25.39% from 255 or 13.65% from 469); Max value from RGB is 217 - color contains mainly: green. Hex color #BCD940 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCD940 is #4326BF. Grayscale: #BFBFBF. Windows color (decimal): -4400832 or 4250044. OLE color: 4250044.
HSL color Cylindrical-coordinate representation of color #BCD940: hue angle of 71.37º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BCD940 is Cyan = 0.13, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 188 | 217 | 64 | - |
| CMYK | 0.13 | 0 | 0.71 | 0.15 |
| HSL | 71.37º | 0.67% | 0.55% | - |
| HSV(B) | 71.37º | 0.71% | 0.85% | - |
| XYZ | 46.48 | 60.69 | 14.11 | - |
| YUV | 190.89 | 56.39 | 125.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 217 | 64 | 0.13 | 0 | 0.71 | 0.15 | 71.37 | 0.67 | 0.55 |
| Hex | BC | D9 | 40 | D | 0 | 47 | F | 47 | 43 | 37 |
| Octal | 274 | 331 | 100 | 15 | 0 | 107 | 17 | 107 | 103 | 67 |
| Binary | 10111100 | 11011001 | 1000000 | 1101 | 0 | 1000111 | 1111 | 1000111 | 1000011 | 110111 |
Color Harmonies of #BCD940
Complementary color
Monochromatic Colors of #BCD940
Black with #BCD940
Text Example
Text Example
White with #BCD940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD940; }
p { color: rgb(188,217,64); }
H1.HeaderClassName
{
color: #BCD940;
}
.AnyTagClassName
{
color: #BCD940;
}
</style>
background-color css
<style>
a { background-color: #BCD940; }
a { background-color: rgb(188,217,64); }
div.DivClassName
{
background-color: #BCD940;
}
.BgClassName
{
background-color: #BCD940;
}
</style>
border-color css
<style>
span { border-color: #BCD940; }
span { border-color: rgb(188,217,64); }
td.TdClassName
{
border-color: #BCD940;
}
.TagClassName
{
border-color: #BCD940;
}
</style>