Shades of Las Palmas #BCDB3E
Tints of Las Palmas #BCDB3E
RGB
CMYK
RGB Variations
Color information
#BCDB3E (or 0xBCDB3E) is known color: Las Palmas. HEX triplet: BC, DB and 3E. RGB value is (188,219,62). Sum of RGB (Red+Green+Blue) = 188+219+62=469 (62% of max value = 765). Red value is 188 (73.83% from 255 or 40.09% from 469); Green value is 219 (85.94% from 255 or 46.70% from 469); Blue value is 62 (24.61% from 255 or 13.22% from 469); Max value from RGB is 219 - color contains mainly: green. Hex color #BCDB3E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCDB3E is #4324C1. Grayscale: #C0C0C0. Windows color (decimal): -4400322 or 4119484. OLE color: 4119484.
HSL color Cylindrical-coordinate representation of color #BCDB3E: hue angle of 71.85º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BCDB3E is Cyan = 0.14, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 188 | 219 | 62 | - |
| CMYK | 0.14 | 0 | 0.72 | 0.14 |
| HSL | 71.85º | 0.69% | 0.55% | - |
| HSV(B) | 71.85º | 0.72% | 0.86% | - |
| XYZ | 46.94 | 61.7 | 13.99 | - |
| YUV | 191.83 | 54.73 | 125.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 219 | 62 | 0.14 | 0 | 0.72 | 0.14 | 71.85 | 0.69 | 0.55 |
| Hex | BC | DB | 3E | E | 0 | 48 | E | 48 | 45 | 37 |
| Octal | 274 | 333 | 76 | 16 | 0 | 110 | 16 | 110 | 105 | 67 |
| Binary | 10111100 | 11011011 | 111110 | 1110 | 0 | 1001000 | 1110 | 1001000 | 1000101 | 110111 |
Color Harmonies of #BCDB3E
Complementary color
Monochromatic Colors of #BCDB3E
Black with #BCDB3E
Text Example
Text Example
White with #BCDB3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDB3E; }
p { color: rgb(188,219,62); }
H1.HeaderClassName
{
color: #BCDB3E;
}
.AnyTagClassName
{
color: #BCDB3E;
}
</style>
background-color css
<style>
a { background-color: #BCDB3E; }
a { background-color: rgb(188,219,62); }
div.DivClassName
{
background-color: #BCDB3E;
}
.BgClassName
{
background-color: #BCDB3E;
}
</style>
border-color css
<style>
span { border-color: #BCDB3E; }
span { border-color: rgb(188,219,62); }
td.TdClassName
{
border-color: #BCDB3E;
}
.TagClassName
{
border-color: #BCDB3E;
}
</style>