Shades of Las Palmas #BAE63C
Tints of Las Palmas #BAE63C
RGB
CMYK
RGB Variations
Color information
#BAE63C (or 0xBAE63C) is known color: Las Palmas. HEX triplet: BA, E6 and 3C. RGB value is (186,230,60). Sum of RGB (Red+Green+Blue) = 186+230+60=476 (63% of max value = 765). Red value is 186 (73.05% from 255 or 39.08% from 476); Green value is 230 (90.23% from 255 or 48.32% from 476); Blue value is 60 (23.83% from 255 or 12.61% from 476); Max value from RGB is 230 - color contains mainly: green. Hex color #BAE63C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAE63C is #4519C3. Grayscale: #C6C6C6. Windows color (decimal): -4528580 or 3991226. OLE color: 3991226.
HSL color Cylindrical-coordinate representation of color #BAE63C: hue angle of 75.53º 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 #BAE63C is Cyan = 0.19, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 186 | 230 | 60 | - |
| CMYK | 0.19 | 0 | 0.74 | 0.10 |
| HSL | 75.53º | 0.77% | 0.57% | - |
| HSV(B) | 75.53º | 0.74% | 0.9% | - |
| XYZ | 49.36 | 67.36 | 14.67 | - |
| YUV | 197.46 | 50.42 | 119.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 230 | 60 | 0.19 | 0 | 0.74 | 0.10 | 75.53 | 0.77 | 0.57 |
| Hex | BA | E6 | 3C | 13 | 0 | 4A | A | 4C | 4D | 39 |
| Octal | 272 | 346 | 74 | 23 | 0 | 112 | 12 | 114 | 115 | 71 |
| Binary | 10111010 | 11100110 | 111100 | 10011 | 0 | 1001010 | 1010 | 1001100 | 1001101 | 111001 |
Color Harmonies of #BAE63C
Complementary color
Monochromatic Colors of #BAE63C
Black with #BAE63C
Text Example
Text Example
White with #BAE63C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE63C; }
p { color: rgb(186,230,60); }
H1.HeaderClassName
{
color: #BAE63C;
}
.AnyTagClassName
{
color: #BAE63C;
}
</style>
background-color css
<style>
a { background-color: #BAE63C; }
a { background-color: rgb(186,230,60); }
div.DivClassName
{
background-color: #BAE63C;
}
.BgClassName
{
background-color: #BAE63C;
}
</style>
border-color css
<style>
span { border-color: #BAE63C; }
span { border-color: rgb(186,230,60); }
td.TdClassName
{
border-color: #BAE63C;
}
.TagClassName
{
border-color: #BAE63C;
}
</style>