Shades of Las Palmas #BAE934
Tints of Las Palmas #BAE934
RGB
CMYK
RGB Variations
Color information
#BAE934 (or 0xBAE934) is known color: Las Palmas. HEX triplet: BA, E9 and 34. RGB value is (186,233,52). Sum of RGB (Red+Green+Blue) = 186+233+52=471 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.49% from 471); Green value is 233 (91.41% from 255 or 49.47% from 471); Blue value is 52 (20.70% from 255 or 11.04% from 471); Max value from RGB is 233 - color contains mainly: green. Hex color #BAE934 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAE934 is #4516CB. Grayscale: #C6C6C6. Windows color (decimal): -4527820 or 3467706. OLE color: 3467706.
HSL color Cylindrical-coordinate representation of color #BAE934: hue angle of 75.58º degrees, saturation: 0.8, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BAE934 is Cyan = 0.20, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 186 | 233 | 52 | - |
| CMYK | 0.20 | 0 | 0.78 | 0.09 |
| HSL | 75.58º | 0.8% | 0.56% | - |
| HSV(B) | 75.58º | 0.78% | 0.91% | - |
| XYZ | 50.01 | 68.96 | 13.92 | - |
| YUV | 198.31 | 45.43 | 119.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 233 | 52 | 0.20 | 0 | 0.78 | 0.09 | 75.58 | 0.8 | 0.56 |
| Hex | BA | E9 | 34 | 14 | 0 | 4E | 9 | 4C | 50 | 38 |
| Octal | 272 | 351 | 64 | 24 | 0 | 116 | 11 | 114 | 120 | 70 |
| Binary | 10111010 | 11101001 | 110100 | 10100 | 0 | 1001110 | 1001 | 1001100 | 1010000 | 111000 |
Color Harmonies of #BAE934
Complementary color
Monochromatic Colors of #BAE934
Black with #BAE934
Text Example
Text Example
White with #BAE934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE934; }
p { color: rgb(186,233,52); }
H1.HeaderClassName
{
color: #BAE934;
}
.AnyTagClassName
{
color: #BAE934;
}
</style>
background-color css
<style>
a { background-color: #BAE934; }
a { background-color: rgb(186,233,52); }
div.DivClassName
{
background-color: #BAE934;
}
.BgClassName
{
background-color: #BAE934;
}
</style>
border-color css
<style>
span { border-color: #BAE934; }
span { border-color: rgb(186,233,52); }
td.TdClassName
{
border-color: #BAE934;
}
.TagClassName
{
border-color: #BAE934;
}
</style>