Shades of Las Palmas #BAE63B
Tints of Las Palmas #BAE63B
RGB
CMYK
RGB Variations
Color information
#BAE63B (or 0xBAE63B) is known color: Las Palmas. HEX triplet: BA, E6 and 3B. RGB value is (186,230,59). Sum of RGB (Red+Green+Blue) = 186+230+59=475 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.16% from 475); Green value is 230 (90.23% from 255 or 48.42% from 475); Blue value is 59 (23.44% from 255 or 12.42% from 475); Max value from RGB is 230 - color contains mainly: green. Hex color #BAE63B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAE63B is #4519C4. Grayscale: #C5C5C5. Windows color (decimal): -4528581 or 3925690. OLE color: 3925690.
HSL color Cylindrical-coordinate representation of color #BAE63B: hue angle of 75.44º degrees, saturation: 0.77, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BAE63B is Cyan = 0.19, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 186 | 230 | 59 | - |
| CMYK | 0.19 | 0 | 0.74 | 0.10 |
| HSL | 75.44º | 0.77% | 0.57% | - |
| HSV(B) | 75.44º | 0.74% | 0.9% | - |
| XYZ | 49.34 | 67.35 | 14.54 | - |
| YUV | 197.35 | 49.92 | 119.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 230 | 59 | 0.19 | 0 | 0.74 | 0.10 | 75.44 | 0.77 | 0.57 |
| Hex | BA | E6 | 3B | 13 | 0 | 4A | A | 4B | 4D | 39 |
| Octal | 272 | 346 | 73 | 23 | 0 | 112 | 12 | 113 | 115 | 71 |
| Binary | 10111010 | 11100110 | 111011 | 10011 | 0 | 1001010 | 1010 | 1001011 | 1001101 | 111001 |
Color Harmonies of #BAE63B
Complementary color
Monochromatic Colors of #BAE63B
Black with #BAE63B
Text Example
Text Example
White with #BAE63B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE63B; }
p { color: rgb(186,230,59); }
H1.HeaderClassName
{
color: #BAE63B;
}
.AnyTagClassName
{
color: #BAE63B;
}
</style>
background-color css
<style>
a { background-color: #BAE63B; }
a { background-color: rgb(186,230,59); }
div.DivClassName
{
background-color: #BAE63B;
}
.BgClassName
{
background-color: #BAE63B;
}
</style>
border-color css
<style>
span { border-color: #BAE63B; }
span { border-color: rgb(186,230,59); }
td.TdClassName
{
border-color: #BAE63B;
}
.TagClassName
{
border-color: #BAE63B;
}
</style>