Shades of Las Palmas #BCDB45
Tints of Las Palmas #BCDB45
RGB
CMYK
RGB Variations
Color information
#BCDB45 (or 0xBCDB45) is known color: Las Palmas. HEX triplet: BC, DB and 45. RGB value is (188,219,69). Sum of RGB (Red+Green+Blue) = 188+219+69=476 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.50% from 476); Green value is 219 (85.94% from 255 or 46.01% from 476); Blue value is 69 (27.34% from 255 or 14.50% from 476); Max value from RGB is 219 - color contains mainly: green. Hex color #BCDB45 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCDB45 is #4324BA. Grayscale: #C1C1C1. Windows color (decimal): -4400315 or 4578236. OLE color: 4578236.
HSL color Cylindrical-coordinate representation of color #BCDB45: hue angle of 72.4º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BCDB45 is Cyan = 0.14, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 188 | 219 | 69 | - |
| CMYK | 0.14 | 0 | 0.68 | 0.14 |
| HSL | 72.4º | 0.68% | 0.56% | - |
| HSV(B) | 72.4º | 0.68% | 0.86% | - |
| XYZ | 47.14 | 61.78 | 15.07 | - |
| YUV | 192.63 | 58.23 | 124.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 219 | 69 | 0.14 | 0 | 0.68 | 0.14 | 72.4 | 0.68 | 0.56 |
| Hex | BC | DB | 45 | E | 0 | 44 | E | 48 | 44 | 38 |
| Octal | 274 | 333 | 105 | 16 | 0 | 104 | 16 | 110 | 104 | 70 |
| Binary | 10111100 | 11011011 | 1000101 | 1110 | 0 | 1000100 | 1110 | 1001000 | 1000100 | 111000 |
Color Harmonies of #BCDB45
Complementary color
Monochromatic Colors of #BCDB45
Black with #BCDB45
Text Example
Text Example
White with #BCDB45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDB45; }
p { color: rgb(188,219,69); }
H1.HeaderClassName
{
color: #BCDB45;
}
.AnyTagClassName
{
color: #BCDB45;
}
</style>
background-color css
<style>
a { background-color: #BCDB45; }
a { background-color: rgb(188,219,69); }
div.DivClassName
{
background-color: #BCDB45;
}
.BgClassName
{
background-color: #BCDB45;
}
</style>
border-color css
<style>
span { border-color: #BCDB45; }
span { border-color: rgb(188,219,69); }
td.TdClassName
{
border-color: #BCDB45;
}
.TagClassName
{
border-color: #BCDB45;
}
</style>