Shades of Las Palmas #BAE134
Tints of Las Palmas #BAE134
RGB
CMYK
RGB Variations
Color information
#BAE134 (or 0xBAE134) is known color: Las Palmas. HEX triplet: BA, E1 and 34. RGB value is (186,225,52). Sum of RGB (Red+Green+Blue) = 186+225+52=463 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.17% from 463); Green value is 225 (88.28% from 255 or 48.60% from 463); Blue value is 52 (20.70% from 255 or 11.23% from 463); Max value from RGB is 225 - color contains mainly: green. Hex color #BAE134 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAE134 is #451ECB. Grayscale: #C2C2C2. Windows color (decimal): -4529868 or 3465658. OLE color: 3465658.
HSL color Cylindrical-coordinate representation of color #BAE134: hue angle of 73.53º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BAE134 is Cyan = 0.17, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 186 | 225 | 52 | - |
| CMYK | 0.17 | 0 | 0.77 | 0.12 |
| HSL | 73.53º | 0.74% | 0.54% | - |
| HSV(B) | 73.53º | 0.77% | 0.88% | - |
| XYZ | 47.79 | 64.54 | 13.19 | - |
| YUV | 193.62 | 48.08 | 122.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 225 | 52 | 0.17 | 0 | 0.77 | 0.12 | 73.53 | 0.74 | 0.54 |
| Hex | BA | E1 | 34 | 11 | 0 | 4D | C | 4A | 4A | 36 |
| Octal | 272 | 341 | 64 | 21 | 0 | 115 | 14 | 112 | 112 | 66 |
| Binary | 10111010 | 11100001 | 110100 | 10001 | 0 | 1001101 | 1100 | 1001010 | 1001010 | 110110 |
Color Harmonies of #BAE134
Complementary color
Monochromatic Colors of #BAE134
Black with #BAE134
Text Example
Text Example
White with #BAE134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE134; }
p { color: rgb(186,225,52); }
H1.HeaderClassName
{
color: #BAE134;
}
.AnyTagClassName
{
color: #BAE134;
}
</style>
background-color css
<style>
a { background-color: #BAE134; }
a { background-color: rgb(186,225,52); }
div.DivClassName
{
background-color: #BAE134;
}
.BgClassName
{
background-color: #BAE134;
}
</style>
border-color css
<style>
span { border-color: #BAE134; }
span { border-color: rgb(186,225,52); }
td.TdClassName
{
border-color: #BAE134;
}
.TagClassName
{
border-color: #BAE134;
}
</style>