Shades of Las Palmas #BCD13B
Tints of Las Palmas #BCD13B
RGB
CMYK
RGB Variations
Color information
#BCD13B (or 0xBCD13B) is known color: Las Palmas. HEX triplet: BC, D1 and 3B. RGB value is (188,209,59). Sum of RGB (Red+Green+Blue) = 188+209+59=456 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.23% from 456); Green value is 209 (82.03% from 255 or 45.83% from 456); Blue value is 59 (23.44% from 255 or 12.94% from 456); Max value from RGB is 209 - color contains mainly: green. Hex color #BCD13B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCD13B is #432EC4. Grayscale: #BABABA. Windows color (decimal): -4402885 or 3920316. OLE color: 3920316.
HSL color Cylindrical-coordinate representation of color #BCD13B: hue angle of 68.4º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BCD13B is Cyan = 0.10, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 188 | 209 | 59 | - |
| CMYK | 0.10 | 0 | 0.72 | 0.18 |
| HSL | 68.4º | 0.62% | 0.53% | - |
| HSV(B) | 68.4º | 0.72% | 0.82% | - |
| XYZ | 44.33 | 56.61 | 12.73 | - |
| YUV | 185.62 | 56.54 | 129.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 209 | 59 | 0.10 | 0 | 0.72 | 0.18 | 68.4 | 0.62 | 0.53 |
| Hex | BC | D1 | 3B | A | 0 | 48 | 12 | 44 | 3E | 35 |
| Octal | 274 | 321 | 73 | 12 | 0 | 110 | 22 | 104 | 76 | 65 |
| Binary | 10111100 | 11010001 | 111011 | 1010 | 0 | 1001000 | 10010 | 1000100 | 111110 | 110101 |
Color Harmonies of #BCD13B
Complementary color
Monochromatic Colors of #BCD13B
Black with #BCD13B
Text Example
Text Example
White with #BCD13B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD13B; }
p { color: rgb(188,209,59); }
H1.HeaderClassName
{
color: #BCD13B;
}
.AnyTagClassName
{
color: #BCD13B;
}
</style>
background-color css
<style>
a { background-color: #BCD13B; }
a { background-color: rgb(188,209,59); }
div.DivClassName
{
background-color: #BCD13B;
}
.BgClassName
{
background-color: #BCD13B;
}
</style>
border-color css
<style>
span { border-color: #BCD13B; }
span { border-color: rgb(188,209,59); }
td.TdClassName
{
border-color: #BCD13B;
}
.TagClassName
{
border-color: #BCD13B;
}
</style>