Shades of Las Palmas #BCDC34
Tints of Las Palmas #BCDC34
RGB
CMYK
RGB Variations
Color information
#BCDC34 (or 0xBCDC34) is known color: Las Palmas. HEX triplet: BC, DC and 34. RGB value is (188,220,52). Sum of RGB (Red+Green+Blue) = 188+220+52=460 (60% of max value = 765). Red value is 188 (73.83% from 255 or 40.87% from 460); Green value is 220 (86.33% from 255 or 47.83% from 460); Blue value is 52 (20.70% from 255 or 11.30% from 460); Max value from RGB is 220 - color contains mainly: green. Hex color #BCDC34 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCDC34 is #4323CB. Grayscale: #BFBFBF. Windows color (decimal): -4400076 or 3464380. OLE color: 3464380.
HSL color Cylindrical-coordinate representation of color #BCDC34: hue angle of 71.43º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BCDC34 is Cyan = 0.15, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 188 | 220 | 52 | - |
| CMYK | 0.15 | 0 | 0.76 | 0.14 |
| HSL | 71.43º | 0.71% | 0.53% | - |
| HSV(B) | 71.43º | 0.76% | 0.86% | - |
| XYZ | 46.95 | 62.13 | 12.77 | - |
| YUV | 191.28 | 49.4 | 125.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 220 | 52 | 0.15 | 0 | 0.76 | 0.14 | 71.43 | 0.71 | 0.53 |
| Hex | BC | DC | 34 | F | 0 | 4C | E | 47 | 47 | 35 |
| Octal | 274 | 334 | 64 | 17 | 0 | 114 | 16 | 107 | 107 | 65 |
| Binary | 10111100 | 11011100 | 110100 | 1111 | 0 | 1001100 | 1110 | 1000111 | 1000111 | 110101 |
Color Harmonies of #BCDC34
Complementary color
Monochromatic Colors of #BCDC34
Black with #BCDC34
Text Example
Text Example
White with #BCDC34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDC34; }
p { color: rgb(188,220,52); }
H1.HeaderClassName
{
color: #BCDC34;
}
.AnyTagClassName
{
color: #BCDC34;
}
</style>
background-color css
<style>
a { background-color: #BCDC34; }
a { background-color: rgb(188,220,52); }
div.DivClassName
{
background-color: #BCDC34;
}
.BgClassName
{
background-color: #BCDC34;
}
</style>
border-color css
<style>
span { border-color: #BCDC34; }
span { border-color: rgb(188,220,52); }
td.TdClassName
{
border-color: #BCDC34;
}
.TagClassName
{
border-color: #BCDC34;
}
</style>