Shades of Las Palmas #BBEC3C
Tints of Las Palmas #BBEC3C
RGB
CMYK
RGB Variations
Color information
#BBEC3C (or 0xBBEC3C) is known color: Las Palmas. HEX triplet: BB, EC and 3C. RGB value is (187,236,60). Sum of RGB (Red+Green+Blue) = 187+236+60=483 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.72% from 483); Green value is 236 (92.58% from 255 or 48.86% from 483); Blue value is 60 (23.83% from 255 or 12.42% from 483); Max value from RGB is 236 - color contains mainly: green. Hex color #BBEC3C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BBEC3C is #4413C3. Grayscale: #C9C9C9. Windows color (decimal): -4461508 or 3992763. OLE color: 3992763.
HSL color Cylindrical-coordinate representation of color #BBEC3C: hue angle of 76.7º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BBEC3C is Cyan = 0.21, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 236 | 60 | - |
| CMYK | 0.21 | 0 | 0.75 | 0.07 |
| HSL | 76.7º | 0.82% | 0.58% | - |
| HSV(B) | 76.7º | 0.75% | 0.93% | - |
| XYZ | 51.3 | 70.88 | 15.25 | - |
| YUV | 201.29 | 48.27 | 117.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 236 | 60 | 0.21 | 0 | 0.75 | 0.07 | 76.7 | 0.82 | 0.58 |
| Hex | BB | EC | 3C | 15 | 0 | 4B | 7 | 4D | 52 | 3A |
| Octal | 273 | 354 | 74 | 25 | 0 | 113 | 7 | 115 | 122 | 72 |
| Binary | 10111011 | 11101100 | 111100 | 10101 | 0 | 1001011 | 111 | 1001101 | 1010010 | 111010 |
Color Harmonies of #BBEC3C
Complementary color
Monochromatic Colors of #BBEC3C
Black with #BBEC3C
Text Example
Text Example
White with #BBEC3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBEC3C; }
p { color: rgb(187,236,60); }
H1.HeaderClassName
{
color: #BBEC3C;
}
.AnyTagClassName
{
color: #BBEC3C;
}
</style>
background-color css
<style>
a { background-color: #BBEC3C; }
a { background-color: rgb(187,236,60); }
div.DivClassName
{
background-color: #BBEC3C;
}
.BgClassName
{
background-color: #BBEC3C;
}
</style>
border-color css
<style>
span { border-color: #BBEC3C; }
span { border-color: rgb(187,236,60); }
td.TdClassName
{
border-color: #BBEC3C;
}
.TagClassName
{
border-color: #BBEC3C;
}
</style>