Shades of Las Palmas #BCD845
Tints of Las Palmas #BCD845
RGB
CMYK
RGB Variations
Color information
#BCD845 (or 0xBCD845) is known color: Las Palmas. HEX triplet: BC, D8 and 45. RGB value is (188,216,69). Sum of RGB (Red+Green+Blue) = 188+216+69=473 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.75% from 473); Green value is 216 (84.77% from 255 or 45.67% from 473); Blue value is 69 (27.34% from 255 or 14.59% from 473); Max value from RGB is 216 - color contains mainly: green. Hex color #BCD845 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCD845 is #4327BA. Grayscale: #BFBFBF. Windows color (decimal): -4401083 or 4577468. OLE color: 4577468.
HSL color Cylindrical-coordinate representation of color #BCD845: hue angle of 71.43º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BCD845 is Cyan = 0.13, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 188 | 216 | 69 | - |
| CMYK | 0.13 | 0 | 0.68 | 0.15 |
| HSL | 71.43º | 0.65% | 0.56% | - |
| HSV(B) | 71.43º | 0.68% | 0.85% | - |
| XYZ | 46.37 | 60.23 | 14.81 | - |
| YUV | 190.87 | 59.22 | 125.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 216 | 69 | 0.13 | 0 | 0.68 | 0.15 | 71.43 | 0.65 | 0.56 |
| Hex | BC | D8 | 45 | D | 0 | 44 | F | 47 | 41 | 38 |
| Octal | 274 | 330 | 105 | 15 | 0 | 104 | 17 | 107 | 101 | 70 |
| Binary | 10111100 | 11011000 | 1000101 | 1101 | 0 | 1000100 | 1111 | 1000111 | 1000001 | 111000 |
Color Harmonies of #BCD845
Complementary color
Monochromatic Colors of #BCD845
Black with #BCD845
Text Example
Text Example
White with #BCD845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD845; }
p { color: rgb(188,216,69); }
H1.HeaderClassName
{
color: #BCD845;
}
.AnyTagClassName
{
color: #BCD845;
}
</style>
background-color css
<style>
a { background-color: #BCD845; }
a { background-color: rgb(188,216,69); }
div.DivClassName
{
background-color: #BCD845;
}
.BgClassName
{
background-color: #BCD845;
}
</style>
border-color css
<style>
span { border-color: #BCD845; }
span { border-color: rgb(188,216,69); }
td.TdClassName
{
border-color: #BCD845;
}
.TagClassName
{
border-color: #BCD845;
}
</style>