Shades of Las Palmas #BCD93F
Tints of Las Palmas #BCD93F
RGB
CMYK
RGB Variations
Color information
#BCD93F (or 0xBCD93F) is known color: Las Palmas. HEX triplet: BC, D9 and 3F. RGB value is (188,217,63). Sum of RGB (Red+Green+Blue) = 188+217+63=468 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.17% from 468); Green value is 217 (85.16% from 255 or 46.37% from 468); Blue value is 63 (25% from 255 or 13.46% from 468); Max value from RGB is 217 - color contains mainly: green. Hex color #BCD93F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCD93F is #4326C0. Grayscale: #BFBFBF. Windows color (decimal): -4400833 or 4184508. OLE color: 4184508.
HSL color Cylindrical-coordinate representation of color #BCD93F: hue angle of 71.3º 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 #BCD93F is Cyan = 0.13, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 188 | 217 | 63 | - |
| CMYK | 0.13 | 0 | 0.71 | 0.15 |
| HSL | 71.3º | 0.67% | 0.55% | - |
| HSV(B) | 71.3º | 0.71% | 0.85% | - |
| XYZ | 46.45 | 60.68 | 13.97 | - |
| YUV | 190.77 | 55.89 | 126.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 217 | 63 | 0.13 | 0 | 0.71 | 0.15 | 71.3 | 0.67 | 0.55 |
| Hex | BC | D9 | 3F | D | 0 | 47 | F | 47 | 43 | 37 |
| Octal | 274 | 331 | 77 | 15 | 0 | 107 | 17 | 107 | 103 | 67 |
| Binary | 10111100 | 11011001 | 111111 | 1101 | 0 | 1000111 | 1111 | 1000111 | 1000011 | 110111 |
Color Harmonies of #BCD93F
Complementary color
Monochromatic Colors of #BCD93F
Black with #BCD93F
Text Example
Text Example
White with #BCD93F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD93F; }
p { color: rgb(188,217,63); }
H1.HeaderClassName
{
color: #BCD93F;
}
.AnyTagClassName
{
color: #BCD93F;
}
</style>
background-color css
<style>
a { background-color: #BCD93F; }
a { background-color: rgb(188,217,63); }
div.DivClassName
{
background-color: #BCD93F;
}
.BgClassName
{
background-color: #BCD93F;
}
</style>
border-color css
<style>
span { border-color: #BCD93F; }
span { border-color: rgb(188,217,63); }
td.TdClassName
{
border-color: #BCD93F;
}
.TagClassName
{
border-color: #BCD93F;
}
</style>