Shades of Las Palmas #BCD73C
Tints of Las Palmas #BCD73C
RGB
CMYK
RGB Variations
Color information
#BCD73C (or 0xBCD73C) is known color: Las Palmas. HEX triplet: BC, D7 and 3C. RGB value is (188,215,60). Sum of RGB (Red+Green+Blue) = 188+215+60=463 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.60% from 463); Green value is 215 (84.38% from 255 or 46.44% from 463); Blue value is 60 (23.83% from 255 or 12.96% from 463); Max value from RGB is 215 - color contains mainly: green. Hex color #BCD73C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCD73C is #4328C3. Grayscale: #BDBDBD. Windows color (decimal): -4401348 or 3987388. OLE color: 3987388.
HSL color Cylindrical-coordinate representation of color #BCD73C: hue angle of 70.45º degrees, saturation: 0.66, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BCD73C is Cyan = 0.13, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 188 | 215 | 60 | - |
| CMYK | 0.13 | 0 | 0.72 | 0.16 |
| HSL | 70.45º | 0.66% | 0.54% | - |
| HSV(B) | 70.45º | 0.72% | 0.84% | - |
| XYZ | 45.86 | 59.62 | 13.37 | - |
| YUV | 189.26 | 55.05 | 127.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 215 | 60 | 0.13 | 0 | 0.72 | 0.16 | 70.45 | 0.66 | 0.54 |
| Hex | BC | D7 | 3C | D | 0 | 48 | 10 | 46 | 42 | 36 |
| Octal | 274 | 327 | 74 | 15 | 0 | 110 | 20 | 106 | 102 | 66 |
| Binary | 10111100 | 11010111 | 111100 | 1101 | 0 | 1001000 | 10000 | 1000110 | 1000010 | 110110 |
Color Harmonies of #BCD73C
Complementary color
Monochromatic Colors of #BCD73C
Black with #BCD73C
Text Example
Text Example
White with #BCD73C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD73C; }
p { color: rgb(188,215,60); }
H1.HeaderClassName
{
color: #BCD73C;
}
.AnyTagClassName
{
color: #BCD73C;
}
</style>
background-color css
<style>
a { background-color: #BCD73C; }
a { background-color: rgb(188,215,60); }
div.DivClassName
{
background-color: #BCD73C;
}
.BgClassName
{
background-color: #BCD73C;
}
</style>
border-color css
<style>
span { border-color: #BCD73C; }
span { border-color: rgb(188,215,60); }
td.TdClassName
{
border-color: #BCD73C;
}
.TagClassName
{
border-color: #BCD73C;
}
</style>