Shades of Las Palmas #BCD03F
Tints of Las Palmas #BCD03F
RGB
CMYK
RGB Variations
Color information
#BCD03F (or 0xBCD03F) is known color: Las Palmas. HEX triplet: BC, D0 and 3F. RGB value is (188,208,63). Sum of RGB (Red+Green+Blue) = 188+208+63=459 (60% of max value = 765). Red value is 188 (73.83% from 255 or 40.96% from 459); Green value is 208 (81.64% from 255 or 45.32% from 459); Blue value is 63 (25% from 255 or 13.73% from 459); Max value from RGB is 208 - color contains mainly: green. Hex color #BCD03F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCD03F is #432FC0. Grayscale: #BABABA. Windows color (decimal): -4403137 or 4182204. OLE color: 4182204.
HSL color Cylindrical-coordinate representation of color #BCD03F: hue angle of 68.28º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BCD03F is Cyan = 0.10, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 188 | 208 | 63 | - |
| CMYK | 0.10 | 0 | 0.70 | 0.18 |
| HSL | 68.28º | 0.61% | 0.53% | - |
| HSV(B) | 68.28º | 0.7% | 0.82% | - |
| XYZ | 44.19 | 56.16 | 13.21 | - |
| YUV | 185.49 | 58.87 | 129.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 208 | 63 | 0.10 | 0 | 0.70 | 0.18 | 68.28 | 0.61 | 0.53 |
| Hex | BC | D0 | 3F | A | 0 | 46 | 12 | 44 | 3D | 35 |
| Octal | 274 | 320 | 77 | 12 | 0 | 106 | 22 | 104 | 75 | 65 |
| Binary | 10111100 | 11010000 | 111111 | 1010 | 0 | 1000110 | 10010 | 1000100 | 111101 | 110101 |
Color Harmonies of #BCD03F
Complementary color
Monochromatic Colors of #BCD03F
Black with #BCD03F
Text Example
Text Example
White with #BCD03F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD03F; }
p { color: rgb(188,208,63); }
H1.HeaderClassName
{
color: #BCD03F;
}
.AnyTagClassName
{
color: #BCD03F;
}
</style>
background-color css
<style>
a { background-color: #BCD03F; }
a { background-color: rgb(188,208,63); }
div.DivClassName
{
background-color: #BCD03F;
}
.BgClassName
{
background-color: #BCD03F;
}
</style>
border-color css
<style>
span { border-color: #BCD03F; }
span { border-color: rgb(188,208,63); }
td.TdClassName
{
border-color: #BCD03F;
}
.TagClassName
{
border-color: #BCD03F;
}
</style>