Shades of Las Palmas #BCDB3C
Tints of Las Palmas #BCDB3C
RGB
CMYK
RGB Variations
Color information
#BCDB3C (or 0xBCDB3C) is known color: Las Palmas. HEX triplet: BC, DB and 3C. RGB value is (188,219,60). Sum of RGB (Red+Green+Blue) = 188+219+60=467 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.26% from 467); Green value is 219 (85.94% from 255 or 46.90% from 467); Blue value is 60 (23.83% from 255 or 12.85% from 467); Max value from RGB is 219 - color contains mainly: green. Hex color #BCDB3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCDB3C is #4324C3. Grayscale: #C0C0C0. Windows color (decimal): -4400324 or 3988412. OLE color: 3988412.
HSL color Cylindrical-coordinate representation of color #BCDB3C: hue angle of 71.7º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BCDB3C is Cyan = 0.14, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 188 | 219 | 60 | - |
| CMYK | 0.14 | 0 | 0.73 | 0.14 |
| HSL | 71.7º | 0.69% | 0.55% | - |
| HSV(B) | 71.7º | 0.73% | 0.86% | - |
| XYZ | 46.89 | 61.68 | 13.71 | - |
| YUV | 191.61 | 53.73 | 125.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 219 | 60 | 0.14 | 0 | 0.73 | 0.14 | 71.7 | 0.69 | 0.55 |
| Hex | BC | DB | 3C | E | 0 | 49 | E | 48 | 45 | 37 |
| Octal | 274 | 333 | 74 | 16 | 0 | 111 | 16 | 110 | 105 | 67 |
| Binary | 10111100 | 11011011 | 111100 | 1110 | 0 | 1001001 | 1110 | 1001000 | 1000101 | 110111 |
Color Harmonies of #BCDB3C
Complementary color
Monochromatic Colors of #BCDB3C
Black with #BCDB3C
Text Example
Text Example
White with #BCDB3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDB3C; }
p { color: rgb(188,219,60); }
H1.HeaderClassName
{
color: #BCDB3C;
}
.AnyTagClassName
{
color: #BCDB3C;
}
</style>
background-color css
<style>
a { background-color: #BCDB3C; }
a { background-color: rgb(188,219,60); }
div.DivClassName
{
background-color: #BCDB3C;
}
.BgClassName
{
background-color: #BCDB3C;
}
</style>
border-color css
<style>
span { border-color: #BCDB3C; }
span { border-color: rgb(188,219,60); }
td.TdClassName
{
border-color: #BCDB3C;
}
.TagClassName
{
border-color: #BCDB3C;
}
</style>