Shades of Las Palmas #BAEC3A
Tints of Las Palmas #BAEC3A
RGB
CMYK
RGB Variations
Color information
#BAEC3A (or 0xBAEC3A) is known color: Las Palmas. HEX triplet: BA, EC and 3A. RGB value is (186,236,58). Sum of RGB (Red+Green+Blue) = 186+236+58=480 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.75% from 480); Green value is 236 (92.58% from 255 or 49.17% from 480); Blue value is 58 (23.05% from 255 or 12.08% from 480); Max value from RGB is 236 - color contains mainly: green. Hex color #BAEC3A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAEC3A is #4513C5. Grayscale: #C9C9C9. Windows color (decimal): -4527046 or 3861690. OLE color: 3861690.
HSL color Cylindrical-coordinate representation of color #BAEC3A: hue angle of 76.85º 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 #BAEC3A is Cyan = 0.21, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 236 | 58 | - |
| CMYK | 0.21 | 0 | 0.75 | 0.07 |
| HSL | 76.85º | 0.82% | 0.58% | - |
| HSV(B) | 76.85º | 0.75% | 0.93% | - |
| XYZ | 51.01 | 70.74 | 14.97 | - |
| YUV | 200.76 | 47.44 | 117.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 236 | 58 | 0.21 | 0 | 0.75 | 0.07 | 76.85 | 0.82 | 0.58 |
| Hex | BA | EC | 3A | 15 | 0 | 4B | 7 | 4D | 52 | 3A |
| Octal | 272 | 354 | 72 | 25 | 0 | 113 | 7 | 115 | 122 | 72 |
| Binary | 10111010 | 11101100 | 111010 | 10101 | 0 | 1001011 | 111 | 1001101 | 1010010 | 111010 |
Color Harmonies of #BAEC3A
Complementary color
Monochromatic Colors of #BAEC3A
Black with #BAEC3A
Text Example
Text Example
White with #BAEC3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAEC3A; }
p { color: rgb(186,236,58); }
H1.HeaderClassName
{
color: #BAEC3A;
}
.AnyTagClassName
{
color: #BAEC3A;
}
</style>
background-color css
<style>
a { background-color: #BAEC3A; }
a { background-color: rgb(186,236,58); }
div.DivClassName
{
background-color: #BAEC3A;
}
.BgClassName
{
background-color: #BAEC3A;
}
</style>
border-color css
<style>
span { border-color: #BAEC3A; }
span { border-color: rgb(186,236,58); }
td.TdClassName
{
border-color: #BAEC3A;
}
.TagClassName
{
border-color: #BAEC3A;
}
</style>