Shades of Las Palmas #BCD93B
Tints of Las Palmas #BCD93B
RGB
CMYK
RGB Variations
Color information
#BCD93B (or 0xBCD93B) is known color: Las Palmas. HEX triplet: BC, D9 and 3B. RGB value is (188,217,59). Sum of RGB (Red+Green+Blue) = 188+217+59=464 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.52% from 464); Green value is 217 (85.16% from 255 or 46.77% from 464); Blue value is 59 (23.44% from 255 or 12.72% from 464); Max value from RGB is 217 - color contains mainly: green. Hex color #BCD93B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCD93B is #4326C4. Grayscale: #BEBEBE. Windows color (decimal): -4400837 or 3922364. OLE color: 3922364.
HSL color Cylindrical-coordinate representation of color #BCD93B: hue angle of 71.01º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BCD93B is Cyan = 0.13, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 188 | 217 | 59 | - |
| CMYK | 0.13 | 0 | 0.73 | 0.15 |
| HSL | 71.01º | 0.68% | 0.54% | - |
| HSV(B) | 71.01º | 0.73% | 0.85% | - |
| XYZ | 46.34 | 60.63 | 13.4 | - |
| YUV | 190.32 | 53.89 | 126.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 217 | 59 | 0.13 | 0 | 0.73 | 0.15 | 71.01 | 0.68 | 0.54 |
| Hex | BC | D9 | 3B | D | 0 | 49 | F | 47 | 44 | 36 |
| Octal | 274 | 331 | 73 | 15 | 0 | 111 | 17 | 107 | 104 | 66 |
| Binary | 10111100 | 11011001 | 111011 | 1101 | 0 | 1001001 | 1111 | 1000111 | 1000100 | 110110 |
Color Harmonies of #BCD93B
Complementary color
Monochromatic Colors of #BCD93B
Black with #BCD93B
Text Example
Text Example
White with #BCD93B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD93B; }
p { color: rgb(188,217,59); }
H1.HeaderClassName
{
color: #BCD93B;
}
.AnyTagClassName
{
color: #BCD93B;
}
</style>
background-color css
<style>
a { background-color: #BCD93B; }
a { background-color: rgb(188,217,59); }
div.DivClassName
{
background-color: #BCD93B;
}
.BgClassName
{
background-color: #BCD93B;
}
</style>
border-color css
<style>
span { border-color: #BCD93B; }
span { border-color: rgb(188,217,59); }
td.TdClassName
{
border-color: #BCD93B;
}
.TagClassName
{
border-color: #BCD93B;
}
</style>