Shades of Las Palmas #BAE93A
Tints of Las Palmas #BAE93A
RGB
CMYK
RGB Variations
Color information
#BAE93A (or 0xBAE93A) is known color: Las Palmas. HEX triplet: BA, E9 and 3A. RGB value is (186,233,58). Sum of RGB (Red+Green+Blue) = 186+233+58=477 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.99% from 477); Green value is 233 (91.41% from 255 or 48.85% from 477); Blue value is 58 (23.05% from 255 or 12.16% from 477); Max value from RGB is 233 - color contains mainly: green. Hex color #BAE93A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAE93A is #4516C5. Grayscale: #C7C7C7. Windows color (decimal): -4527814 or 3860922. OLE color: 3860922.
HSL color Cylindrical-coordinate representation of color #BAE93A: hue angle of 76.11º degrees, saturation: 0.8, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BAE93A is Cyan = 0.20, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 186 | 233 | 58 | - |
| CMYK | 0.20 | 0 | 0.75 | 0.09 |
| HSL | 76.11º | 0.8% | 0.57% | - |
| HSV(B) | 76.11º | 0.75% | 0.91% | - |
| XYZ | 50.15 | 69.02 | 14.68 | - |
| YUV | 199 | 48.43 | 118.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 233 | 58 | 0.20 | 0 | 0.75 | 0.09 | 76.11 | 0.8 | 0.57 |
| Hex | BA | E9 | 3A | 14 | 0 | 4B | 9 | 4C | 50 | 39 |
| Octal | 272 | 351 | 72 | 24 | 0 | 113 | 11 | 114 | 120 | 71 |
| Binary | 10111010 | 11101001 | 111010 | 10100 | 0 | 1001011 | 1001 | 1001100 | 1010000 | 111001 |
Color Harmonies of #BAE93A
Complementary color
Monochromatic Colors of #BAE93A
Black with #BAE93A
Text Example
Text Example
White with #BAE93A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE93A; }
p { color: rgb(186,233,58); }
H1.HeaderClassName
{
color: #BAE93A;
}
.AnyTagClassName
{
color: #BAE93A;
}
</style>
background-color css
<style>
a { background-color: #BAE93A; }
a { background-color: rgb(186,233,58); }
div.DivClassName
{
background-color: #BAE93A;
}
.BgClassName
{
background-color: #BAE93A;
}
</style>
border-color css
<style>
span { border-color: #BAE93A; }
span { border-color: rgb(186,233,58); }
td.TdClassName
{
border-color: #BAE93A;
}
.TagClassName
{
border-color: #BAE93A;
}
</style>