Shades of Las Palmas #BAE537
Tints of Las Palmas #BAE537
RGB
CMYK
RGB Variations
Color information
#BAE537 (or 0xBAE537) is known color: Las Palmas. HEX triplet: BA, E5 and 37. RGB value is (186,229,55). Sum of RGB (Red+Green+Blue) = 186+229+55=470 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.57% from 470); Green value is 229 (89.84% from 255 or 48.72% from 470); Blue value is 55 (21.88% from 255 or 11.70% from 470); Max value from RGB is 229 - color contains mainly: green. Hex color #BAE537 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAE537 is #451AC8. Grayscale: #C4C4C4. Windows color (decimal): -4528841 or 3663290. OLE color: 3663290.
HSL color Cylindrical-coordinate representation of color #BAE537: hue angle of 74.83º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BAE537 is Cyan = 0.19, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 186 | 229 | 55 | - |
| CMYK | 0.19 | 0 | 0.76 | 0.10 |
| HSL | 74.83º | 0.77% | 0.56% | - |
| HSV(B) | 74.83º | 0.76% | 0.9% | - |
| XYZ | 48.96 | 66.75 | 13.92 | - |
| YUV | 196.31 | 48.25 | 120.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 229 | 55 | 0.19 | 0 | 0.76 | 0.10 | 74.83 | 0.77 | 0.56 |
| Hex | BA | E5 | 37 | 13 | 0 | 4C | A | 4B | 4D | 38 |
| Octal | 272 | 345 | 67 | 23 | 0 | 114 | 12 | 113 | 115 | 70 |
| Binary | 10111010 | 11100101 | 110111 | 10011 | 0 | 1001100 | 1010 | 1001011 | 1001101 | 111000 |
Color Harmonies of #BAE537
Complementary color
Monochromatic Colors of #BAE537
Black with #BAE537
Text Example
Text Example
White with #BAE537
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE537; }
p { color: rgb(186,229,55); }
H1.HeaderClassName
{
color: #BAE537;
}
.AnyTagClassName
{
color: #BAE537;
}
</style>
background-color css
<style>
a { background-color: #BAE537; }
a { background-color: rgb(186,229,55); }
div.DivClassName
{
background-color: #BAE537;
}
.BgClassName
{
background-color: #BAE537;
}
</style>
border-color css
<style>
span { border-color: #BAE537; }
span { border-color: rgb(186,229,55); }
td.TdClassName
{
border-color: #BAE537;
}
.TagClassName
{
border-color: #BAE537;
}
</style>