Shades of Las Palmas #BAE538
Tints of Las Palmas #BAE538
RGB
CMYK
RGB Variations
Color information
#BAE538 (or 0xBAE538) is known color: Las Palmas. HEX triplet: BA, E5 and 38. RGB value is (186,229,56). Sum of RGB (Red+Green+Blue) = 186+229+56=471 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.49% from 471); Green value is 229 (89.84% from 255 or 48.62% from 471); Blue value is 56 (22.27% from 255 or 11.89% from 471); Max value from RGB is 229 - color contains mainly: green. Hex color #BAE538 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAE538 is #451AC7. Grayscale: #C5C5C5. Windows color (decimal): -4528840 or 3728826. OLE color: 3728826.
HSL color Cylindrical-coordinate representation of color #BAE538: hue angle of 74.91º 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 #BAE538 is Cyan = 0.19, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 186 | 229 | 56 | - |
| CMYK | 0.19 | 0 | 0.76 | 0.10 |
| HSL | 74.91º | 0.77% | 0.56% | - |
| HSV(B) | 74.91º | 0.76% | 0.9% | - |
| XYZ | 48.98 | 66.76 | 14.05 | - |
| YUV | 196.42 | 48.75 | 120.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 229 | 56 | 0.19 | 0 | 0.76 | 0.10 | 74.91 | 0.77 | 0.56 |
| Hex | BA | E5 | 38 | 13 | 0 | 4C | A | 4B | 4D | 38 |
| Octal | 272 | 345 | 70 | 23 | 0 | 114 | 12 | 113 | 115 | 70 |
| Binary | 10111010 | 11100101 | 111000 | 10011 | 0 | 1001100 | 1010 | 1001011 | 1001101 | 111000 |
Color Harmonies of #BAE538
Complementary color
Monochromatic Colors of #BAE538
Black with #BAE538
Text Example
Text Example
White with #BAE538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE538; }
p { color: rgb(186,229,56); }
H1.HeaderClassName
{
color: #BAE538;
}
.AnyTagClassName
{
color: #BAE538;
}
</style>
background-color css
<style>
a { background-color: #BAE538; }
a { background-color: rgb(186,229,56); }
div.DivClassName
{
background-color: #BAE538;
}
.BgClassName
{
background-color: #BAE538;
}
</style>
border-color css
<style>
span { border-color: #BAE538; }
span { border-color: rgb(186,229,56); }
td.TdClassName
{
border-color: #BAE538;
}
.TagClassName
{
border-color: #BAE538;
}
</style>