Shades of Las Palmas #BAE836
Tints of Las Palmas #BAE836
RGB
CMYK
RGB Variations
Color information
#BAE836 (or 0xBAE836) is known color: Las Palmas. HEX triplet: BA, E8 and 36. RGB value is (186,232,54). Sum of RGB (Red+Green+Blue) = 186+232+54=472 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.41% from 472); Green value is 232 (91.02% from 255 or 49.15% from 472); Blue value is 54 (21.48% from 255 or 11.44% from 472); Max value from RGB is 232 - color contains mainly: green. Hex color #BAE836 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAE836 is #4517C9. Grayscale: #C6C6C6. Windows color (decimal): -4528074 or 3598522. OLE color: 3598522.
HSL color Cylindrical-coordinate representation of color #BAE836: hue angle of 75.51º degrees, saturation: 0.79, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BAE836 is Cyan = 0.20, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 186 | 232 | 54 | - |
| CMYK | 0.20 | 0 | 0.77 | 0.09 |
| HSL | 75.51º | 0.79% | 0.56% | - |
| HSV(B) | 75.51º | 0.77% | 0.91% | - |
| XYZ | 49.77 | 68.42 | 14.07 | - |
| YUV | 197.95 | 46.76 | 119.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 232 | 54 | 0.20 | 0 | 0.77 | 0.09 | 75.51 | 0.79 | 0.56 |
| Hex | BA | E8 | 36 | 14 | 0 | 4D | 9 | 4C | 4F | 38 |
| Octal | 272 | 350 | 66 | 24 | 0 | 115 | 11 | 114 | 117 | 70 |
| Binary | 10111010 | 11101000 | 110110 | 10100 | 0 | 1001101 | 1001 | 1001100 | 1001111 | 111000 |
Color Harmonies of #BAE836
Complementary color
Monochromatic Colors of #BAE836
Black with #BAE836
Text Example
Text Example
White with #BAE836
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE836; }
p { color: rgb(186,232,54); }
H1.HeaderClassName
{
color: #BAE836;
}
.AnyTagClassName
{
color: #BAE836;
}
</style>
background-color css
<style>
a { background-color: #BAE836; }
a { background-color: rgb(186,232,54); }
div.DivClassName
{
background-color: #BAE836;
}
.BgClassName
{
background-color: #BAE836;
}
</style>
border-color css
<style>
span { border-color: #BAE836; }
span { border-color: rgb(186,232,54); }
td.TdClassName
{
border-color: #BAE836;
}
.TagClassName
{
border-color: #BAE836;
}
</style>