Shades of Las Palmas #BCDA44
Tints of Las Palmas #BCDA44
RGB
CMYK
RGB Variations
Color information
#BCDA44 (or 0xBCDA44) is known color: Las Palmas. HEX triplet: BC, DA and 44. RGB value is (188,218,68). Sum of RGB (Red+Green+Blue) = 188+218+68=474 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.66% from 474); Green value is 218 (85.55% from 255 or 45.99% from 474); Blue value is 68 (26.95% from 255 or 14.35% from 474); Max value from RGB is 218 - color contains mainly: green. Hex color #BCDA44 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCDA44 is #4325BB. Grayscale: #C0C0C0. Windows color (decimal): -4400572 or 4512444. OLE color: 4512444.
HSL color Cylindrical-coordinate representation of color #BCDA44: hue angle of 72º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BCDA44 is Cyan = 0.14, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 188 | 218 | 68 | - |
| CMYK | 0.14 | 0 | 0.69 | 0.15 |
| HSL | 72º | 0.67% | 0.56% | - |
| HSV(B) | 72º | 0.69% | 0.85% | - |
| XYZ | 46.85 | 61.25 | 14.82 | - |
| YUV | 191.93 | 58.06 | 125.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 218 | 68 | 0.14 | 0 | 0.69 | 0.15 | 72 | 0.67 | 0.56 |
| Hex | BC | DA | 44 | E | 0 | 45 | F | 48 | 43 | 38 |
| Octal | 274 | 332 | 104 | 16 | 0 | 105 | 17 | 110 | 103 | 70 |
| Binary | 10111100 | 11011010 | 1000100 | 1110 | 0 | 1000101 | 1111 | 1001000 | 1000011 | 111000 |
Color Harmonies of #BCDA44
Complementary color
Monochromatic Colors of #BCDA44
Black with #BCDA44
Text Example
Text Example
White with #BCDA44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDA44; }
p { color: rgb(188,218,68); }
H1.HeaderClassName
{
color: #BCDA44;
}
.AnyTagClassName
{
color: #BCDA44;
}
</style>
background-color css
<style>
a { background-color: #BCDA44; }
a { background-color: rgb(188,218,68); }
div.DivClassName
{
background-color: #BCDA44;
}
.BgClassName
{
background-color: #BCDA44;
}
</style>
border-color css
<style>
span { border-color: #BCDA44; }
span { border-color: rgb(188,218,68); }
td.TdClassName
{
border-color: #BCDA44;
}
.TagClassName
{
border-color: #BCDA44;
}
</style>