Shades of Las Palmas #BCD644
Tints of Las Palmas #BCD644
RGB
CMYK
RGB Variations
Color information
#BCD644 (or 0xBCD644) is known color: Las Palmas. HEX triplet: BC, D6 and 44. RGB value is (188,214,68). Sum of RGB (Red+Green+Blue) = 188+214+68=470 (62% of max value = 765). Red value is 188 (73.83% from 255 or 40% from 470); Green value is 214 (83.98% from 255 or 45.53% from 470); Blue value is 68 (26.95% from 255 or 14.47% from 470); Max value from RGB is 214 - color contains mainly: green. Hex color #BCD644 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCD644 is #4329BB. Grayscale: #BEBEBE. Windows color (decimal): -4401596 or 4511420. OLE color: 4511420.
HSL color Cylindrical-coordinate representation of color #BCD644: hue angle of 70.68º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BCD644 is Cyan = 0.12, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 188 | 214 | 68 | - |
| CMYK | 0.12 | 0 | 0.68 | 0.16 |
| HSL | 70.68º | 0.64% | 0.55% | - |
| HSV(B) | 70.68º | 0.68% | 0.84% | - |
| XYZ | 45.83 | 59.2 | 14.48 | - |
| YUV | 189.58 | 59.39 | 126.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 214 | 68 | 0.12 | 0 | 0.68 | 0.16 | 70.68 | 0.64 | 0.55 |
| Hex | BC | D6 | 44 | C | 0 | 44 | 10 | 47 | 40 | 37 |
| Octal | 274 | 326 | 104 | 14 | 0 | 104 | 20 | 107 | 100 | 67 |
| Binary | 10111100 | 11010110 | 1000100 | 1100 | 0 | 1000100 | 10000 | 1000111 | 1000000 | 110111 |
Color Harmonies of #BCD644
Complementary color
Monochromatic Colors of #BCD644
Black with #BCD644
Text Example
Text Example
White with #BCD644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD644; }
p { color: rgb(188,214,68); }
H1.HeaderClassName
{
color: #BCD644;
}
.AnyTagClassName
{
color: #BCD644;
}
</style>
background-color css
<style>
a { background-color: #BCD644; }
a { background-color: rgb(188,214,68); }
div.DivClassName
{
background-color: #BCD644;
}
.BgClassName
{
background-color: #BCD644;
}
</style>
border-color css
<style>
span { border-color: #BCD644; }
span { border-color: rgb(188,214,68); }
td.TdClassName
{
border-color: #BCD644;
}
.TagClassName
{
border-color: #BCD644;
}
</style>