Shades of Las Palmas #BCD344
Tints of Las Palmas #BCD344
RGB
CMYK
RGB Variations
Color information
#BCD344 (or 0xBCD344) is known color: Las Palmas. HEX triplet: BC, D3 and 44. RGB value is (188,211,68). Sum of RGB (Red+Green+Blue) = 188+211+68=467 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.26% from 467); Green value is 211 (82.81% from 255 or 45.18% from 467); Blue value is 68 (26.95% from 255 or 14.56% from 467); Max value from RGB is 211 - color contains mainly: green. Hex color #BCD344 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCD344 is #432CBB. Grayscale: #BCBCBC. Windows color (decimal): -4402364 or 4510652. OLE color: 4510652.
HSL color Cylindrical-coordinate representation of color #BCD344: hue angle of 69.65º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BCD344 is Cyan = 0.11, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 188 | 211 | 68 | - |
| CMYK | 0.11 | 0 | 0.68 | 0.17 |
| HSL | 69.65º | 0.62% | 0.55% | - |
| HSV(B) | 69.65º | 0.68% | 0.83% | - |
| XYZ | 45.08 | 57.7 | 14.23 | - |
| YUV | 187.82 | 60.38 | 128.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 211 | 68 | 0.11 | 0 | 0.68 | 0.17 | 69.65 | 0.62 | 0.55 |
| Hex | BC | D3 | 44 | B | 0 | 44 | 11 | 46 | 3E | 37 |
| Octal | 274 | 323 | 104 | 13 | 0 | 104 | 21 | 106 | 76 | 67 |
| Binary | 10111100 | 11010011 | 1000100 | 1011 | 0 | 1000100 | 10001 | 1000110 | 111110 | 110111 |
Color Harmonies of #BCD344
Complementary color
Monochromatic Colors of #BCD344
Black with #BCD344
Text Example
Text Example
White with #BCD344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD344; }
p { color: rgb(188,211,68); }
H1.HeaderClassName
{
color: #BCD344;
}
.AnyTagClassName
{
color: #BCD344;
}
</style>
background-color css
<style>
a { background-color: #BCD344; }
a { background-color: rgb(188,211,68); }
div.DivClassName
{
background-color: #BCD344;
}
.BgClassName
{
background-color: #BCD344;
}
</style>
border-color css
<style>
span { border-color: #BCD344; }
span { border-color: rgb(188,211,68); }
td.TdClassName
{
border-color: #BCD344;
}
.TagClassName
{
border-color: #BCD344;
}
</style>