Shades of Las Palmas #BBEC31
Tints of Las Palmas #BBEC31
RGB
CMYK
RGB Variations
Color information
#BBEC31 (or 0xBBEC31) is known color: Las Palmas. HEX triplet: BB, EC and 31. RGB value is (187,236,49). Sum of RGB (Red+Green+Blue) = 187+236+49=472 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.62% from 472); Green value is 236 (92.58% from 255 or 50% from 472); Blue value is 49 (19.53% from 255 or 10.38% from 472); Max value from RGB is 236 - color contains mainly: green. Hex color #BBEC31 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BBEC31 is #4413CE. Grayscale: #C8C8C8. Windows color (decimal): -4461519 or 3271867. OLE color: 3271867.
HSL color Cylindrical-coordinate representation of color #BBEC31: hue angle of 75.72º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BBEC31 is Cyan = 0.21, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 236 | 49 | - |
| CMYK | 0.21 | 0 | 0.79 | 0.07 |
| HSL | 75.72º | 0.83% | 0.56% | - |
| HSV(B) | 75.72º | 0.79% | 0.93% | - |
| XYZ | 51.04 | 70.78 | 13.88 | - |
| YUV | 200.03 | 42.77 | 118.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 236 | 49 | 0.21 | 0 | 0.79 | 0.07 | 75.72 | 0.83 | 0.56 |
| Hex | BB | EC | 31 | 15 | 0 | 4F | 7 | 4C | 53 | 38 |
| Octal | 273 | 354 | 61 | 25 | 0 | 117 | 7 | 114 | 123 | 70 |
| Binary | 10111011 | 11101100 | 110001 | 10101 | 0 | 1001111 | 111 | 1001100 | 1010011 | 111000 |
Color Harmonies of #BBEC31
Complementary color
Monochromatic Colors of #BBEC31
Black with #BBEC31
Text Example
Text Example
White with #BBEC31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBEC31; }
p { color: rgb(187,236,49); }
H1.HeaderClassName
{
color: #BBEC31;
}
.AnyTagClassName
{
color: #BBEC31;
}
</style>
background-color css
<style>
a { background-color: #BBEC31; }
a { background-color: rgb(187,236,49); }
div.DivClassName
{
background-color: #BBEC31;
}
.BgClassName
{
background-color: #BBEC31;
}
</style>
border-color css
<style>
span { border-color: #BBEC31; }
span { border-color: rgb(187,236,49); }
td.TdClassName
{
border-color: #BBEC31;
}
.TagClassName
{
border-color: #BBEC31;
}
</style>