Shades of Las Palmas #BCD938
Tints of Las Palmas #BCD938
RGB
CMYK
RGB Variations
Color information
#BCD938 (or 0xBCD938) is known color: Las Palmas. HEX triplet: BC, D9 and 38. RGB value is (188,217,56). Sum of RGB (Red+Green+Blue) = 188+217+56=461 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.78% from 461); Green value is 217 (85.16% from 255 or 47.07% from 461); Blue value is 56 (22.27% from 255 or 12.15% from 461); Max value from RGB is 217 - color contains mainly: green. Hex color #BCD938 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCD938 is #4326C7. Grayscale: #BEBEBE. Windows color (decimal): -4400840 or 3725756. OLE color: 3725756.
HSL color Cylindrical-coordinate representation of color #BCD938: hue angle of 70.81º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BCD938 is Cyan = 0.13, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 188 | 217 | 56 | - |
| CMYK | 0.13 | 0 | 0.74 | 0.15 |
| HSL | 70.81º | 0.68% | 0.54% | - |
| HSV(B) | 70.81º | 0.74% | 0.85% | - |
| XYZ | 46.27 | 60.6 | 13 | - |
| YUV | 189.98 | 52.39 | 126.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 217 | 56 | 0.13 | 0 | 0.74 | 0.15 | 70.81 | 0.68 | 0.54 |
| Hex | BC | D9 | 38 | D | 0 | 4A | F | 47 | 44 | 36 |
| Octal | 274 | 331 | 70 | 15 | 0 | 112 | 17 | 107 | 104 | 66 |
| Binary | 10111100 | 11011001 | 111000 | 1101 | 0 | 1001010 | 1111 | 1000111 | 1000100 | 110110 |
Color Harmonies of #BCD938
Complementary color
Monochromatic Colors of #BCD938
Black with #BCD938
Text Example
Text Example
White with #BCD938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD938; }
p { color: rgb(188,217,56); }
H1.HeaderClassName
{
color: #BCD938;
}
.AnyTagClassName
{
color: #BCD938;
}
</style>
background-color css
<style>
a { background-color: #BCD938; }
a { background-color: rgb(188,217,56); }
div.DivClassName
{
background-color: #BCD938;
}
.BgClassName
{
background-color: #BCD938;
}
</style>
border-color css
<style>
span { border-color: #BCD938; }
span { border-color: rgb(188,217,56); }
td.TdClassName
{
border-color: #BCD938;
}
.TagClassName
{
border-color: #BCD938;
}
</style>