Shades of Las Palmas #BAE336
Tints of Las Palmas #BAE336
RGB
CMYK
RGB Variations
Color information
#BAE336 (or 0xBAE336) is known color: Las Palmas. HEX triplet: BA, E3 and 36. RGB value is (186,227,54). Sum of RGB (Red+Green+Blue) = 186+227+54=467 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.83% from 467); Green value is 227 (89.06% from 255 or 48.61% from 467); Blue value is 54 (21.48% from 255 or 11.56% from 467); Max value from RGB is 227 - color contains mainly: green. Hex color #BAE336 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAE336 is #451CC9. Grayscale: #C3C3C3. Windows color (decimal): -4529354 or 3597242. OLE color: 3597242.
HSL color Cylindrical-coordinate representation of color #BAE336: hue angle of 74.22º degrees, saturation: 0.76, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BAE336 is Cyan = 0.18, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 186 | 227 | 54 | - |
| CMYK | 0.18 | 0 | 0.76 | 0.11 |
| HSL | 74.22º | 0.76% | 0.55% | - |
| HSV(B) | 74.22º | 0.76% | 0.89% | - |
| XYZ | 48.38 | 65.64 | 13.61 | - |
| YUV | 195.02 | 48.42 | 121.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 227 | 54 | 0.18 | 0 | 0.76 | 0.11 | 74.22 | 0.76 | 0.55 |
| Hex | BA | E3 | 36 | 12 | 0 | 4C | B | 4A | 4C | 37 |
| Octal | 272 | 343 | 66 | 22 | 0 | 114 | 13 | 112 | 114 | 67 |
| Binary | 10111010 | 11100011 | 110110 | 10010 | 0 | 1001100 | 1011 | 1001010 | 1001100 | 110111 |
Color Harmonies of #BAE336
Complementary color
Monochromatic Colors of #BAE336
Black with #BAE336
Text Example
Text Example
White with #BAE336
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE336; }
p { color: rgb(186,227,54); }
H1.HeaderClassName
{
color: #BAE336;
}
.AnyTagClassName
{
color: #BAE336;
}
</style>
background-color css
<style>
a { background-color: #BAE336; }
a { background-color: rgb(186,227,54); }
div.DivClassName
{
background-color: #BAE336;
}
.BgClassName
{
background-color: #BAE336;
}
</style>
border-color css
<style>
span { border-color: #BAE336; }
span { border-color: rgb(186,227,54); }
td.TdClassName
{
border-color: #BAE336;
}
.TagClassName
{
border-color: #BAE336;
}
</style>