Shades of Las Palmas #BCD738
Tints of Las Palmas #BCD738
RGB
CMYK
RGB Variations
Color information
#BCD738 (or 0xBCD738) is known color: Las Palmas. HEX triplet: BC, D7 and 38. RGB value is (188,215,56). Sum of RGB (Red+Green+Blue) = 188+215+56=459 (60% of max value = 765). Red value is 188 (73.83% from 255 or 40.96% from 459); Green value is 215 (84.38% from 255 or 46.84% from 459); Blue value is 56 (22.27% from 255 or 12.20% from 459); Max value from RGB is 215 - color contains mainly: green. Hex color #BCD738 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCD738 is #4328C7. Grayscale: #BDBDBD. Windows color (decimal): -4401352 or 3725244. OLE color: 3725244.
HSL color Cylindrical-coordinate representation of color #BCD738: hue angle of 70.19º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BCD738 is Cyan = 0.13, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 188 | 215 | 56 | - |
| CMYK | 0.13 | 0 | 0.74 | 0.16 |
| HSL | 70.19º | 0.67% | 0.53% | - |
| HSV(B) | 70.19º | 0.74% | 0.84% | - |
| XYZ | 45.75 | 59.58 | 12.83 | - |
| YUV | 188.8 | 53.05 | 127.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 215 | 56 | 0.13 | 0 | 0.74 | 0.16 | 70.19 | 0.67 | 0.53 |
| Hex | BC | D7 | 38 | D | 0 | 4A | 10 | 46 | 43 | 35 |
| Octal | 274 | 327 | 70 | 15 | 0 | 112 | 20 | 106 | 103 | 65 |
| Binary | 10111100 | 11010111 | 111000 | 1101 | 0 | 1001010 | 10000 | 1000110 | 1000011 | 110101 |
Color Harmonies of #BCD738
Complementary color
Monochromatic Colors of #BCD738
Black with #BCD738
Text Example
Text Example
White with #BCD738
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD738; }
p { color: rgb(188,215,56); }
H1.HeaderClassName
{
color: #BCD738;
}
.AnyTagClassName
{
color: #BCD738;
}
</style>
background-color css
<style>
a { background-color: #BCD738; }
a { background-color: rgb(188,215,56); }
div.DivClassName
{
background-color: #BCD738;
}
.BgClassName
{
background-color: #BCD738;
}
</style>
border-color css
<style>
span { border-color: #BCD738; }
span { border-color: rgb(188,215,56); }
td.TdClassName
{
border-color: #BCD738;
}
.TagClassName
{
border-color: #BCD738;
}
</style>