Shades of Las Palmas #BAE138
Tints of Las Palmas #BAE138
RGB
CMYK
RGB Variations
Color information
#BAE138 (or 0xBAE138) is known color: Las Palmas. HEX triplet: BA, E1 and 38. RGB value is (186,225,56). Sum of RGB (Red+Green+Blue) = 186+225+56=467 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.83% from 467); Green value is 225 (88.28% from 255 or 48.18% from 467); Blue value is 56 (22.27% from 255 or 11.99% from 467); Max value from RGB is 225 - color contains mainly: green. Hex color #BAE138 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAE138 is #451EC7. Grayscale: #C2C2C2. Windows color (decimal): -4529864 or 3727802. OLE color: 3727802.
HSL color Cylindrical-coordinate representation of color #BAE138: hue angle of 73.85º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BAE138 is Cyan = 0.17, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 186 | 225 | 56 | - |
| CMYK | 0.17 | 0 | 0.75 | 0.12 |
| HSL | 73.85º | 0.74% | 0.55% | - |
| HSV(B) | 73.85º | 0.75% | 0.88% | - |
| XYZ | 47.89 | 64.58 | 13.68 | - |
| YUV | 194.07 | 50.08 | 122.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 225 | 56 | 0.17 | 0 | 0.75 | 0.12 | 73.85 | 0.74 | 0.55 |
| Hex | BA | E1 | 38 | 11 | 0 | 4B | C | 4A | 4A | 37 |
| Octal | 272 | 341 | 70 | 21 | 0 | 113 | 14 | 112 | 112 | 67 |
| Binary | 10111010 | 11100001 | 111000 | 10001 | 0 | 1001011 | 1100 | 1001010 | 1001010 | 110111 |
Color Harmonies of #BAE138
Complementary color
Monochromatic Colors of #BAE138
Black with #BAE138
Text Example
Text Example
White with #BAE138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE138; }
p { color: rgb(186,225,56); }
H1.HeaderClassName
{
color: #BAE138;
}
.AnyTagClassName
{
color: #BAE138;
}
</style>
background-color css
<style>
a { background-color: #BAE138; }
a { background-color: rgb(186,225,56); }
div.DivClassName
{
background-color: #BAE138;
}
.BgClassName
{
background-color: #BAE138;
}
</style>
border-color css
<style>
span { border-color: #BAE138; }
span { border-color: rgb(186,225,56); }
td.TdClassName
{
border-color: #BAE138;
}
.TagClassName
{
border-color: #BAE138;
}
</style>