Shades of Las Palmas #BBEC2D
Tints of Las Palmas #BBEC2D
RGB
CMYK
RGB Variations
Color information
#BBEC2D (or 0xBBEC2D) is known color: Las Palmas. HEX triplet: BB, EC and 2D. RGB value is (187,236,45). Sum of RGB (Red+Green+Blue) = 187+236+45=468 (61% of max value = 765). Red value is 187 (73.44% from 255 or 39.96% from 468); Green value is 236 (92.58% from 255 or 50.43% from 468); Blue value is 45 (17.97% from 255 or 9.62% from 468); Max value from RGB is 236 - color contains mainly: green. Hex color #BBEC2D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BBEC2D is #4413D2. Grayscale: #C8C8C8. Windows color (decimal): -4461523 or 3009723. OLE color: 3009723.
HSL color Cylindrical-coordinate representation of color #BBEC2D: hue angle of 75.39º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BBEC2D is Cyan = 0.21, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 236 | 45 | - |
| CMYK | 0.21 | 0 | 0.81 | 0.07 |
| HSL | 75.39º | 0.83% | 0.55% | - |
| HSV(B) | 75.39º | 0.81% | 0.93% | - |
| XYZ | 50.96 | 70.75 | 13.45 | - |
| YUV | 199.58 | 40.77 | 119.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 236 | 45 | 0.21 | 0 | 0.81 | 0.07 | 75.39 | 0.83 | 0.55 |
| Hex | BB | EC | 2D | 15 | 0 | 51 | 7 | 4B | 53 | 37 |
| Octal | 273 | 354 | 55 | 25 | 0 | 121 | 7 | 113 | 123 | 67 |
| Binary | 10111011 | 11101100 | 101101 | 10101 | 0 | 1010001 | 111 | 1001011 | 1010011 | 110111 |
Color Harmonies of #BBEC2D
Complementary color
Monochromatic Colors of #BBEC2D
Black with #BBEC2D
Text Example
Text Example
White with #BBEC2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBEC2D; }
p { color: rgb(187,236,45); }
H1.HeaderClassName
{
color: #BBEC2D;
}
.AnyTagClassName
{
color: #BBEC2D;
}
</style>
background-color css
<style>
a { background-color: #BBEC2D; }
a { background-color: rgb(187,236,45); }
div.DivClassName
{
background-color: #BBEC2D;
}
.BgClassName
{
background-color: #BBEC2D;
}
</style>
border-color css
<style>
span { border-color: #BBEC2D; }
span { border-color: rgb(187,236,45); }
td.TdClassName
{
border-color: #BBEC2D;
}
.TagClassName
{
border-color: #BBEC2D;
}
</style>