Shades of Las Palmas #BAE340
Tints of Las Palmas #BAE340
RGB
CMYK
RGB Variations
Color information
#BAE340 (or 0xBAE340) is known color: Las Palmas. HEX triplet: BA, E3 and 40. RGB value is (186,227,64). Sum of RGB (Red+Green+Blue) = 186+227+64=477 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.99% from 477); Green value is 227 (89.06% from 255 or 47.59% from 477); Blue value is 64 (25.39% from 255 or 13.42% from 477); Max value from RGB is 227 - color contains mainly: green. Hex color #BAE340 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAE340 is #451CBF. Grayscale: #C4C4C4. Windows color (decimal): -4529344 or 4252602. OLE color: 4252602.
HSL color Cylindrical-coordinate representation of color #BAE340: hue angle of 75.09º degrees, saturation: 0.74, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BAE340 is Cyan = 0.18, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 186 | 227 | 64 | - |
| CMYK | 0.18 | 0 | 0.72 | 0.11 |
| HSL | 75.09º | 0.74% | 0.57% | - |
| HSV(B) | 75.09º | 0.72% | 0.89% | - |
| XYZ | 48.64 | 65.75 | 14.98 | - |
| YUV | 196.16 | 53.42 | 120.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 227 | 64 | 0.18 | 0 | 0.72 | 0.11 | 75.09 | 0.74 | 0.57 |
| Hex | BA | E3 | 40 | 12 | 0 | 48 | B | 4B | 4A | 39 |
| Octal | 272 | 343 | 100 | 22 | 0 | 110 | 13 | 113 | 112 | 71 |
| Binary | 10111010 | 11100011 | 1000000 | 10010 | 0 | 1001000 | 1011 | 1001011 | 1001010 | 111001 |
Color Harmonies of #BAE340
Complementary color
Monochromatic Colors of #BAE340
Black with #BAE340
Text Example
Text Example
White with #BAE340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE340; }
p { color: rgb(186,227,64); }
H1.HeaderClassName
{
color: #BAE340;
}
.AnyTagClassName
{
color: #BAE340;
}
</style>
background-color css
<style>
a { background-color: #BAE340; }
a { background-color: rgb(186,227,64); }
div.DivClassName
{
background-color: #BAE340;
}
.BgClassName
{
background-color: #BAE340;
}
</style>
border-color css
<style>
span { border-color: #BAE340; }
span { border-color: rgb(186,227,64); }
td.TdClassName
{
border-color: #BAE340;
}
.TagClassName
{
border-color: #BAE340;
}
</style>