Shades of Las Palmas #BBEC3D
Tints of Las Palmas #BBEC3D
RGB
CMYK
RGB Variations
Color information
#BBEC3D (or 0xBBEC3D) is known color: Las Palmas. HEX triplet: BB, EC and 3D. RGB value is (187,236,61). Sum of RGB (Red+Green+Blue) = 187+236+61=484 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.64% from 484); Green value is 236 (92.58% from 255 or 48.76% from 484); Blue value is 61 (24.22% from 255 or 12.60% from 484); Max value from RGB is 236 - color contains mainly: green. Hex color #BBEC3D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BBEC3D is #4413C2. Grayscale: #CACACA. Windows color (decimal): -4461507 or 4058299. OLE color: 4058299.
HSL color Cylindrical-coordinate representation of color #BBEC3D: hue angle of 76.8º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BBEC3D is Cyan = 0.21, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 236 | 61 | - |
| CMYK | 0.21 | 0 | 0.74 | 0.07 |
| HSL | 76.8º | 0.82% | 0.58% | - |
| HSV(B) | 76.8º | 0.74% | 0.93% | - |
| XYZ | 51.33 | 70.89 | 15.39 | - |
| YUV | 201.4 | 48.77 | 117.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 236 | 61 | 0.21 | 0 | 0.74 | 0.07 | 76.8 | 0.82 | 0.58 |
| Hex | BB | EC | 3D | 15 | 0 | 4A | 7 | 4D | 52 | 3A |
| Octal | 273 | 354 | 75 | 25 | 0 | 112 | 7 | 115 | 122 | 72 |
| Binary | 10111011 | 11101100 | 111101 | 10101 | 0 | 1001010 | 111 | 1001101 | 1010010 | 111010 |
Color Harmonies of #BBEC3D
Complementary color
Monochromatic Colors of #BBEC3D
Black with #BBEC3D
Text Example
Text Example
White with #BBEC3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBEC3D; }
p { color: rgb(187,236,61); }
H1.HeaderClassName
{
color: #BBEC3D;
}
.AnyTagClassName
{
color: #BBEC3D;
}
</style>
background-color css
<style>
a { background-color: #BBEC3D; }
a { background-color: rgb(187,236,61); }
div.DivClassName
{
background-color: #BBEC3D;
}
.BgClassName
{
background-color: #BBEC3D;
}
</style>
border-color css
<style>
span { border-color: #BBEC3D; }
span { border-color: rgb(187,236,61); }
td.TdClassName
{
border-color: #BBEC3D;
}
.TagClassName
{
border-color: #BBEC3D;
}
</style>