Shades of Las Palmas #BCD93D
Tints of Las Palmas #BCD93D
RGB
CMYK
RGB Variations
Color information
#BCD93D (or 0xBCD93D) is known color: Las Palmas. HEX triplet: BC, D9 and 3D. RGB value is (188,217,61). Sum of RGB (Red+Green+Blue) = 188+217+61=466 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.34% from 466); Green value is 217 (85.16% from 255 or 46.57% from 466); Blue value is 61 (24.22% from 255 or 13.09% from 466); Max value from RGB is 217 - color contains mainly: green. Hex color #BCD93D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCD93D is #4326C2. Grayscale: #BFBFBF. Windows color (decimal): -4400835 or 4053436. OLE color: 4053436.
HSL color Cylindrical-coordinate representation of color #BCD93D: hue angle of 71.15º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BCD93D is Cyan = 0.13, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 188 | 217 | 61 | - |
| CMYK | 0.13 | 0 | 0.72 | 0.15 |
| HSL | 71.15º | 0.67% | 0.55% | - |
| HSV(B) | 71.15º | 0.72% | 0.85% | - |
| XYZ | 46.39 | 60.65 | 13.68 | - |
| YUV | 190.55 | 54.89 | 126.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 217 | 61 | 0.13 | 0 | 0.72 | 0.15 | 71.15 | 0.67 | 0.55 |
| Hex | BC | D9 | 3D | D | 0 | 48 | F | 47 | 43 | 37 |
| Octal | 274 | 331 | 75 | 15 | 0 | 110 | 17 | 107 | 103 | 67 |
| Binary | 10111100 | 11011001 | 111101 | 1101 | 0 | 1001000 | 1111 | 1000111 | 1000011 | 110111 |
Color Harmonies of #BCD93D
Complementary color
Monochromatic Colors of #BCD93D
Black with #BCD93D
Text Example
Text Example
White with #BCD93D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD93D; }
p { color: rgb(188,217,61); }
H1.HeaderClassName
{
color: #BCD93D;
}
.AnyTagClassName
{
color: #BCD93D;
}
</style>
background-color css
<style>
a { background-color: #BCD93D; }
a { background-color: rgb(188,217,61); }
div.DivClassName
{
background-color: #BCD93D;
}
.BgClassName
{
background-color: #BCD93D;
}
</style>
border-color css
<style>
span { border-color: #BCD93D; }
span { border-color: rgb(188,217,61); }
td.TdClassName
{
border-color: #BCD93D;
}
.TagClassName
{
border-color: #BCD93D;
}
</style>