Shades of Las Palmas #BAE141
Tints of Las Palmas #BAE141
RGB
CMYK
RGB Variations
Color information
#BAE141 (or 0xBAE141) is known color: Las Palmas. HEX triplet: BA, E1 and 41. RGB value is (186,225,65). Sum of RGB (Red+Green+Blue) = 186+225+65=476 (63% of max value = 765). Red value is 186 (73.05% from 255 or 39.08% from 476); Green value is 225 (88.28% from 255 or 47.27% from 476); Blue value is 65 (25.78% from 255 or 13.66% from 476); Max value from RGB is 225 - color contains mainly: green. Hex color #BAE141 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAE141 is #451EBE. Grayscale: #C3C3C3. Windows color (decimal): -4529855 or 4317626. OLE color: 4317626.
HSL color Cylindrical-coordinate representation of color #BAE141: hue angle of 74.62º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BAE141 is Cyan = 0.17, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 186 | 225 | 65 | - |
| CMYK | 0.17 | 0 | 0.71 | 0.12 |
| HSL | 74.63º | 0.73% | 0.57% | - |
| HSV(B) | 74.63º | 0.71% | 0.88% | - |
| XYZ | 48.13 | 64.67 | 14.95 | - |
| YUV | 195.1 | 54.58 | 121.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 225 | 65 | 0.17 | 0 | 0.71 | 0.12 | 74.63 | 0.73 | 0.57 |
| Hex | BA | E1 | 41 | 11 | 0 | 47 | C | 4B | 49 | 39 |
| Octal | 272 | 341 | 101 | 21 | 0 | 107 | 14 | 113 | 111 | 71 |
| Binary | 10111010 | 11100001 | 1000001 | 10001 | 0 | 1000111 | 1100 | 1001011 | 1001001 | 111001 |
Color Harmonies of #BAE141
Complementary color
Monochromatic Colors of #BAE141
Black with #BAE141
Text Example
Text Example
White with #BAE141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE141; }
p { color: rgb(186,225,65); }
H1.HeaderClassName
{
color: #BAE141;
}
.AnyTagClassName
{
color: #BAE141;
}
</style>
background-color css
<style>
a { background-color: #BAE141; }
a { background-color: rgb(186,225,65); }
div.DivClassName
{
background-color: #BAE141;
}
.BgClassName
{
background-color: #BAE141;
}
</style>
border-color css
<style>
span { border-color: #BAE141; }
span { border-color: rgb(186,225,65); }
td.TdClassName
{
border-color: #BAE141;
}
.TagClassName
{
border-color: #BAE141;
}
</style>