Shades of Las Palmas #BCCF40
Tints of Las Palmas #BCCF40
RGB
CMYK
RGB Variations
Color information
#BCCF40 (or 0xBCCF40) is known color: Las Palmas. HEX triplet: BC, CF and 40. RGB value is (188,207,64). Sum of RGB (Red+Green+Blue) = 188+207+64=459 (60% of max value = 765). Red value is 188 (73.83% from 255 or 40.96% from 459); Green value is 207 (81.25% from 255 or 45.10% from 459); Blue value is 64 (25.39% from 255 or 13.94% from 459); Max value from RGB is 207 - color contains mainly: green. Hex color #BCCF40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCCF40 is #4330BF. Grayscale: #B9B9B9. Windows color (decimal): -4403392 or 4247484. OLE color: 4247484.
HSL color Cylindrical-coordinate representation of color #BCCF40: hue angle of 67.97º degrees, saturation: 0.6, 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 #BCCF40 is Cyan = 0.09, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 188 | 207 | 64 | - |
| CMYK | 0.09 | 0 | 0.69 | 0.19 |
| HSL | 67.97º | 0.6% | 0.53% | - |
| HSV(B) | 67.97º | 0.69% | 0.81% | - |
| XYZ | 43.98 | 55.69 | 13.28 | - |
| YUV | 185.02 | 59.71 | 130.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 207 | 64 | 0.09 | 0 | 0.69 | 0.19 | 67.97 | 0.6 | 0.53 |
| Hex | BC | CF | 40 | 9 | 0 | 45 | 13 | 44 | 3C | 35 |
| Octal | 274 | 317 | 100 | 11 | 0 | 105 | 23 | 104 | 74 | 65 |
| Binary | 10111100 | 11001111 | 1000000 | 1001 | 0 | 1000101 | 10011 | 1000100 | 111100 | 110101 |
Color Harmonies of #BCCF40
Complementary color
Monochromatic Colors of #BCCF40
Black with #BCCF40
Text Example
Text Example
White with #BCCF40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCF40; }
p { color: rgb(188,207,64); }
H1.HeaderClassName
{
color: #BCCF40;
}
.AnyTagClassName
{
color: #BCCF40;
}
</style>
background-color css
<style>
a { background-color: #BCCF40; }
a { background-color: rgb(188,207,64); }
div.DivClassName
{
background-color: #BCCF40;
}
.BgClassName
{
background-color: #BCCF40;
}
</style>
border-color css
<style>
span { border-color: #BCCF40; }
span { border-color: rgb(188,207,64); }
td.TdClassName
{
border-color: #BCCF40;
}
.TagClassName
{
border-color: #BCCF40;
}
</style>