Shades of Las Palmas #BAE432
Tints of Las Palmas #BAE432
RGB
CMYK
RGB Variations
Color information
#BAE432 (or 0xBAE432) is known color: Las Palmas. HEX triplet: BA, E4 and 32. RGB value is (186,228,50). Sum of RGB (Red+Green+Blue) = 186+228+50=464 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.09% from 464); Green value is 228 (89.45% from 255 or 49.14% from 464); Blue value is 50 (19.92% from 255 or 10.78% from 464); Max value from RGB is 228 - color contains mainly: green. Hex color #BAE432 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAE432 is #451BCD. Grayscale: #C3C3C3. Windows color (decimal): -4529102 or 3335354. OLE color: 3335354.
HSL color Cylindrical-coordinate representation of color #BAE432: hue angle of 74.16º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BAE432 is Cyan = 0.18, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 186 | 228 | 50 | - |
| CMYK | 0.18 | 0 | 0.78 | 0.11 |
| HSL | 74.16º | 0.77% | 0.55% | - |
| HSV(B) | 74.16º | 0.78% | 0.89% | - |
| XYZ | 48.57 | 66.16 | 13.23 | - |
| YUV | 195.15 | 46.09 | 121.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 228 | 50 | 0.18 | 0 | 0.78 | 0.11 | 74.16 | 0.77 | 0.55 |
| Hex | BA | E4 | 32 | 12 | 0 | 4E | B | 4A | 4D | 37 |
| Octal | 272 | 344 | 62 | 22 | 0 | 116 | 13 | 112 | 115 | 67 |
| Binary | 10111010 | 11100100 | 110010 | 10010 | 0 | 1001110 | 1011 | 1001010 | 1001101 | 110111 |
Color Harmonies of #BAE432
Complementary color
Monochromatic Colors of #BAE432
Black with #BAE432
Text Example
Text Example
White with #BAE432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE432; }
p { color: rgb(186,228,50); }
H1.HeaderClassName
{
color: #BAE432;
}
.AnyTagClassName
{
color: #BAE432;
}
</style>
background-color css
<style>
a { background-color: #BAE432; }
a { background-color: rgb(186,228,50); }
div.DivClassName
{
background-color: #BAE432;
}
.BgClassName
{
background-color: #BAE432;
}
</style>
border-color css
<style>
span { border-color: #BAE432; }
span { border-color: rgb(186,228,50); }
td.TdClassName
{
border-color: #BAE432;
}
.TagClassName
{
border-color: #BAE432;
}
</style>