Shades of Las Palmas #BAE73A
Tints of Las Palmas #BAE73A
RGB
CMYK
RGB Variations
Color information
#BAE73A (or 0xBAE73A) is known color: Las Palmas. HEX triplet: BA, E7 and 3A. RGB value is (186,231,58). Sum of RGB (Red+Green+Blue) = 186+231+58=475 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.16% from 475); Green value is 231 (90.62% from 255 or 48.63% from 475); Blue value is 58 (23.05% from 255 or 12.21% from 475); Max value from RGB is 231 - color contains mainly: green. Hex color #BAE73A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAE73A is #4518C5. Grayscale: #C6C6C6. Windows color (decimal): -4528326 or 3860410. OLE color: 3860410.
HSL color Cylindrical-coordinate representation of color #BAE73A: hue angle of 75.61º degrees, saturation: 0.78, 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 #BAE73A is Cyan = 0.19, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 186 | 231 | 58 | - |
| CMYK | 0.19 | 0 | 0.75 | 0.09 |
| HSL | 75.61º | 0.78% | 0.57% | - |
| HSV(B) | 75.61º | 0.75% | 0.91% | - |
| XYZ | 49.59 | 67.9 | 14.49 | - |
| YUV | 197.82 | 49.09 | 119.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 231 | 58 | 0.19 | 0 | 0.75 | 0.09 | 75.61 | 0.78 | 0.57 |
| Hex | BA | E7 | 3A | 13 | 0 | 4B | 9 | 4C | 4E | 39 |
| Octal | 272 | 347 | 72 | 23 | 0 | 113 | 11 | 114 | 116 | 71 |
| Binary | 10111010 | 11100111 | 111010 | 10011 | 0 | 1001011 | 1001 | 1001100 | 1001110 | 111001 |
Color Harmonies of #BAE73A
Complementary color
Monochromatic Colors of #BAE73A
Black with #BAE73A
Text Example
Text Example
White with #BAE73A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE73A; }
p { color: rgb(186,231,58); }
H1.HeaderClassName
{
color: #BAE73A;
}
.AnyTagClassName
{
color: #BAE73A;
}
</style>
background-color css
<style>
a { background-color: #BAE73A; }
a { background-color: rgb(186,231,58); }
div.DivClassName
{
background-color: #BAE73A;
}
.BgClassName
{
background-color: #BAE73A;
}
</style>
border-color css
<style>
span { border-color: #BAE73A; }
span { border-color: rgb(186,231,58); }
td.TdClassName
{
border-color: #BAE73A;
}
.TagClassName
{
border-color: #BAE73A;
}
</style>