Shades of Las Palmas #BAEC32
Tints of Las Palmas #BAEC32
RGB
CMYK
RGB Variations
Color information
#BAEC32 (or 0xBAEC32) is known color: Las Palmas. HEX triplet: BA, EC and 32. RGB value is (186,236,50). Sum of RGB (Red+Green+Blue) = 186+236+50=472 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.41% from 472); Green value is 236 (92.58% from 255 or 50% from 472); Blue value is 50 (19.92% from 255 or 10.59% from 472); Max value from RGB is 236 - color contains mainly: green. Hex color #BAEC32 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAEC32 is #4513CD. Grayscale: #C8C8C8. Windows color (decimal): -4527054 or 3337402. OLE color: 3337402.
HSL color Cylindrical-coordinate representation of color #BAEC32: hue angle of 76.13º 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 #BAEC32 is Cyan = 0.21, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 236 | 50 | - |
| CMYK | 0.21 | 0 | 0.79 | 0.07 |
| HSL | 76.13º | 0.83% | 0.56% | - |
| HSV(B) | 76.13º | 0.79% | 0.93% | - |
| XYZ | 50.82 | 70.66 | 13.98 | - |
| YUV | 199.85 | 43.44 | 118.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 236 | 50 | 0.21 | 0 | 0.79 | 0.07 | 76.13 | 0.83 | 0.56 |
| Hex | BA | EC | 32 | 15 | 0 | 4F | 7 | 4C | 53 | 38 |
| Octal | 272 | 354 | 62 | 25 | 0 | 117 | 7 | 114 | 123 | 70 |
| Binary | 10111010 | 11101100 | 110010 | 10101 | 0 | 1001111 | 111 | 1001100 | 1010011 | 111000 |
Color Harmonies of #BAEC32
Complementary color
Monochromatic Colors of #BAEC32
Black with #BAEC32
Text Example
Text Example
White with #BAEC32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAEC32; }
p { color: rgb(186,236,50); }
H1.HeaderClassName
{
color: #BAEC32;
}
.AnyTagClassName
{
color: #BAEC32;
}
</style>
background-color css
<style>
a { background-color: #BAEC32; }
a { background-color: rgb(186,236,50); }
div.DivClassName
{
background-color: #BAEC32;
}
.BgClassName
{
background-color: #BAEC32;
}
</style>
border-color css
<style>
span { border-color: #BAEC32; }
span { border-color: rgb(186,236,50); }
td.TdClassName
{
border-color: #BAEC32;
}
.TagClassName
{
border-color: #BAEC32;
}
</style>