Shades of Las Palmas #BAE03C
Tints of Las Palmas #BAE03C
RGB
CMYK
RGB Variations
Color information
#BAE03C (or 0xBAE03C) is known color: Las Palmas. HEX triplet: BA, E0 and 3C. RGB value is (186,224,60). Sum of RGB (Red+Green+Blue) = 186+224+60=470 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.57% from 470); Green value is 224 (87.89% from 255 or 47.66% from 470); Blue value is 60 (23.83% from 255 or 12.77% from 470); Max value from RGB is 224 - color contains mainly: green. Hex color #BAE03C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAE03C is #451FC3. Grayscale: #C2C2C2. Windows color (decimal): -4530116 or 3989690. OLE color: 3989690.
HSL color Cylindrical-coordinate representation of color #BAE03C: hue angle of 73.9º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BAE03C is Cyan = 0.17, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 186 | 224 | 60 | - |
| CMYK | 0.17 | 0 | 0.73 | 0.12 |
| HSL | 73.9º | 0.73% | 0.56% | - |
| HSV(B) | 73.9º | 0.73% | 0.88% | - |
| XYZ | 47.72 | 64.08 | 14.13 | - |
| YUV | 193.94 | 52.41 | 122.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 224 | 60 | 0.17 | 0 | 0.73 | 0.12 | 73.9 | 0.73 | 0.56 |
| Hex | BA | E0 | 3C | 11 | 0 | 49 | C | 4A | 49 | 38 |
| Octal | 272 | 340 | 74 | 21 | 0 | 111 | 14 | 112 | 111 | 70 |
| Binary | 10111010 | 11100000 | 111100 | 10001 | 0 | 1001001 | 1100 | 1001010 | 1001001 | 111000 |
Color Harmonies of #BAE03C
Complementary color
Monochromatic Colors of #BAE03C
Black with #BAE03C
Text Example
Text Example
White with #BAE03C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE03C; }
p { color: rgb(186,224,60); }
H1.HeaderClassName
{
color: #BAE03C;
}
.AnyTagClassName
{
color: #BAE03C;
}
</style>
background-color css
<style>
a { background-color: #BAE03C; }
a { background-color: rgb(186,224,60); }
div.DivClassName
{
background-color: #BAE03C;
}
.BgClassName
{
background-color: #BAE03C;
}
</style>
border-color css
<style>
span { border-color: #BAE03C; }
span { border-color: rgb(186,224,60); }
td.TdClassName
{
border-color: #BAE03C;
}
.TagClassName
{
border-color: #BAE03C;
}
</style>