Shades of Las Palmas #BAE535
Tints of Las Palmas #BAE535
RGB
CMYK
RGB Variations
Color information
#BAE535 (or 0xBAE535) is known color: Las Palmas. HEX triplet: BA, E5 and 35. RGB value is (186,229,53). Sum of RGB (Red+Green+Blue) = 186+229+53=468 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.74% from 468); Green value is 229 (89.84% from 255 or 48.93% from 468); Blue value is 53 (21.09% from 255 or 11.32% from 468); Max value from RGB is 229 - color contains mainly: green. Hex color #BAE535 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAE535 is #451ACA. Grayscale: #C4C4C4. Windows color (decimal): -4528843 or 3532218. OLE color: 3532218.
HSL color Cylindrical-coordinate representation of color #BAE535: hue angle of 74.66º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BAE535 is Cyan = 0.19, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 186 | 229 | 53 | - |
| CMYK | 0.19 | 0 | 0.77 | 0.10 |
| HSL | 74.66º | 0.77% | 0.55% | - |
| HSV(B) | 74.66º | 0.77% | 0.9% | - |
| XYZ | 48.91 | 66.73 | 13.67 | - |
| YUV | 196.08 | 47.25 | 120.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 229 | 53 | 0.19 | 0 | 0.77 | 0.10 | 74.66 | 0.77 | 0.55 |
| Hex | BA | E5 | 35 | 13 | 0 | 4D | A | 4B | 4D | 37 |
| Octal | 272 | 345 | 65 | 23 | 0 | 115 | 12 | 113 | 115 | 67 |
| Binary | 10111010 | 11100101 | 110101 | 10011 | 0 | 1001101 | 1010 | 1001011 | 1001101 | 110111 |
Color Harmonies of #BAE535
Complementary color
Monochromatic Colors of #BAE535
Black with #BAE535
Text Example
Text Example
White with #BAE535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE535; }
p { color: rgb(186,229,53); }
H1.HeaderClassName
{
color: #BAE535;
}
.AnyTagClassName
{
color: #BAE535;
}
</style>
background-color css
<style>
a { background-color: #BAE535; }
a { background-color: rgb(186,229,53); }
div.DivClassName
{
background-color: #BAE535;
}
.BgClassName
{
background-color: #BAE535;
}
</style>
border-color css
<style>
span { border-color: #BAE535; }
span { border-color: rgb(186,229,53); }
td.TdClassName
{
border-color: #BAE535;
}
.TagClassName
{
border-color: #BAE535;
}
</style>