Shades of Las Palmas #BCCE40
Tints of Las Palmas #BCCE40
RGB
CMYK
RGB Variations
Color information
#BCCE40 (or 0xBCCE40) is known color: Las Palmas. HEX triplet: BC, CE and 40. RGB value is (188,206,64). Sum of RGB (Red+Green+Blue) = 188+206+64=458 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.05% from 458); Green value is 206 (80.86% from 255 or 44.98% from 458); Blue value is 64 (25.39% from 255 or 13.97% from 458); Max value from RGB is 206 - color contains mainly: green. Hex color #BCCE40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCCE40 is #4331BF. Grayscale: #B8B8B8. Windows color (decimal): -4403648 or 4247228. OLE color: 4247228.
HSL color Cylindrical-coordinate representation of color #BCCE40: hue angle of 67.61º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BCCE40 is Cyan = 0.09, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 188 | 206 | 64 | - |
| CMYK | 0.09 | 0 | 0.69 | 0.19 |
| HSL | 67.61º | 0.59% | 0.53% | - |
| HSV(B) | 67.61º | 0.69% | 0.81% | - |
| XYZ | 43.74 | 55.2 | 13.2 | - |
| YUV | 184.43 | 60.04 | 130.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 206 | 64 | 0.09 | 0 | 0.69 | 0.19 | 67.61 | 0.59 | 0.53 |
| Hex | BC | CE | 40 | 9 | 0 | 45 | 13 | 44 | 3B | 35 |
| Octal | 274 | 316 | 100 | 11 | 0 | 105 | 23 | 104 | 73 | 65 |
| Binary | 10111100 | 11001110 | 1000000 | 1001 | 0 | 1000101 | 10011 | 1000100 | 111011 | 110101 |
Color Harmonies of #BCCE40
Complementary color
Monochromatic Colors of #BCCE40
Black with #BCCE40
Text Example
Text Example
White with #BCCE40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCE40; }
p { color: rgb(188,206,64); }
H1.HeaderClassName
{
color: #BCCE40;
}
.AnyTagClassName
{
color: #BCCE40;
}
</style>
background-color css
<style>
a { background-color: #BCCE40; }
a { background-color: rgb(188,206,64); }
div.DivClassName
{
background-color: #BCCE40;
}
.BgClassName
{
background-color: #BCCE40;
}
</style>
border-color css
<style>
span { border-color: #BCCE40; }
span { border-color: rgb(188,206,64); }
td.TdClassName
{
border-color: #BCCE40;
}
.TagClassName
{
border-color: #BCCE40;
}
</style>