Shades of Las Palmas #BAE43A
Tints of Las Palmas #BAE43A
RGB
CMYK
RGB Variations
Color information
#BAE43A (or 0xBAE43A) is known color: Las Palmas. HEX triplet: BA, E4 and 3A. RGB value is (186,228,58). Sum of RGB (Red+Green+Blue) = 186+228+58=472 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.41% from 472); Green value is 228 (89.45% from 255 or 48.31% from 472); Blue value is 58 (23.05% from 255 or 12.29% from 472); Max value from RGB is 228 - color contains mainly: green. Hex color #BAE43A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAE43A is #451BC5. Grayscale: #C4C4C4. Windows color (decimal): -4529094 or 3859642. OLE color: 3859642.
HSL color Cylindrical-coordinate representation of color #BAE43A: hue angle of 74.82º degrees, saturation: 0.76, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BAE43A is Cyan = 0.18, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 186 | 228 | 58 | - |
| CMYK | 0.18 | 0 | 0.75 | 0.11 |
| HSL | 74.82º | 0.76% | 0.56% | - |
| HSV(B) | 74.82º | 0.75% | 0.89% | - |
| XYZ | 48.76 | 66.23 | 14.22 | - |
| YUV | 196.06 | 50.09 | 120.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 228 | 58 | 0.18 | 0 | 0.75 | 0.11 | 74.82 | 0.76 | 0.56 |
| Hex | BA | E4 | 3A | 12 | 0 | 4B | B | 4B | 4C | 38 |
| Octal | 272 | 344 | 72 | 22 | 0 | 113 | 13 | 113 | 114 | 70 |
| Binary | 10111010 | 11100100 | 111010 | 10010 | 0 | 1001011 | 1011 | 1001011 | 1001100 | 111000 |
Color Harmonies of #BAE43A
Complementary color
Monochromatic Colors of #BAE43A
Black with #BAE43A
Text Example
Text Example
White with #BAE43A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE43A; }
p { color: rgb(186,228,58); }
H1.HeaderClassName
{
color: #BAE43A;
}
.AnyTagClassName
{
color: #BAE43A;
}
</style>
background-color css
<style>
a { background-color: #BAE43A; }
a { background-color: rgb(186,228,58); }
div.DivClassName
{
background-color: #BAE43A;
}
.BgClassName
{
background-color: #BAE43A;
}
</style>
border-color css
<style>
span { border-color: #BAE43A; }
span { border-color: rgb(186,228,58); }
td.TdClassName
{
border-color: #BAE43A;
}
.TagClassName
{
border-color: #BAE43A;
}
</style>