Shades of Las Palmas #BAE737
Tints of Las Palmas #BAE737
RGB
CMYK
RGB Variations
Color information
#BAE737 (or 0xBAE737) is known color: Las Palmas. HEX triplet: BA, E7 and 37. RGB value is (186,231,55). Sum of RGB (Red+Green+Blue) = 186+231+55=472 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.41% from 472); Green value is 231 (90.62% from 255 or 48.94% from 472); Blue value is 55 (21.88% from 255 or 11.65% from 472); Max value from RGB is 231 - color contains mainly: green. Hex color #BAE737 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAE737 is #4518C8. Grayscale: #C6C6C6. Windows color (decimal): -4528329 or 3663802. OLE color: 3663802.
HSL color Cylindrical-coordinate representation of color #BAE737: hue angle of 75.34º degrees, saturation: 0.79, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BAE737 is Cyan = 0.19, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 186 | 231 | 55 | - |
| CMYK | 0.19 | 0 | 0.76 | 0.09 |
| HSL | 75.34º | 0.79% | 0.56% | - |
| HSV(B) | 75.34º | 0.76% | 0.91% | - |
| XYZ | 49.52 | 67.87 | 14.1 | - |
| YUV | 197.48 | 47.59 | 119.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 231 | 55 | 0.19 | 0 | 0.76 | 0.09 | 75.34 | 0.79 | 0.56 |
| Hex | BA | E7 | 37 | 13 | 0 | 4C | 9 | 4B | 4F | 38 |
| Octal | 272 | 347 | 67 | 23 | 0 | 114 | 11 | 113 | 117 | 70 |
| Binary | 10111010 | 11100111 | 110111 | 10011 | 0 | 1001100 | 1001 | 1001011 | 1001111 | 111000 |
Color Harmonies of #BAE737
Complementary color
Monochromatic Colors of #BAE737
Black with #BAE737
Text Example
Text Example
White with #BAE737
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE737; }
p { color: rgb(186,231,55); }
H1.HeaderClassName
{
color: #BAE737;
}
.AnyTagClassName
{
color: #BAE737;
}
</style>
background-color css
<style>
a { background-color: #BAE737; }
a { background-color: rgb(186,231,55); }
div.DivClassName
{
background-color: #BAE737;
}
.BgClassName
{
background-color: #BAE737;
}
</style>
border-color css
<style>
span { border-color: #BAE737; }
span { border-color: rgb(186,231,55); }
td.TdClassName
{
border-color: #BAE737;
}
.TagClassName
{
border-color: #BAE737;
}
</style>