Shades of Las Palmas #BAE03D
Tints of Las Palmas #BAE03D
RGB
CMYK
RGB Variations
Color information
#BAE03D (or 0xBAE03D) is known color: Las Palmas. HEX triplet: BA, E0 and 3D. RGB value is (186,224,61). Sum of RGB (Red+Green+Blue) = 186+224+61=471 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.49% from 471); Green value is 224 (87.89% from 255 or 47.56% from 471); Blue value is 61 (24.22% from 255 or 12.95% from 471); Max value from RGB is 224 - color contains mainly: green. Hex color #BAE03D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAE03D is #451FC2. Grayscale: #C2C2C2. Windows color (decimal): -4530115 or 4055226. OLE color: 4055226.
HSL color Cylindrical-coordinate representation of color #BAE03D: hue angle of 73.99º degrees, saturation: 0.72, 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 #BAE03D is Cyan = 0.17, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 186 | 224 | 61 | - |
| CMYK | 0.17 | 0 | 0.73 | 0.12 |
| HSL | 73.99º | 0.72% | 0.56% | - |
| HSV(B) | 73.99º | 0.73% | 0.88% | - |
| XYZ | 47.75 | 64.09 | 14.27 | - |
| YUV | 194.06 | 52.91 | 122.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 224 | 61 | 0.17 | 0 | 0.73 | 0.12 | 73.99 | 0.72 | 0.56 |
| Hex | BA | E0 | 3D | 11 | 0 | 49 | C | 4A | 48 | 38 |
| Octal | 272 | 340 | 75 | 21 | 0 | 111 | 14 | 112 | 110 | 70 |
| Binary | 10111010 | 11100000 | 111101 | 10001 | 0 | 1001001 | 1100 | 1001010 | 1001000 | 111000 |
Color Harmonies of #BAE03D
Complementary color
Monochromatic Colors of #BAE03D
Black with #BAE03D
Text Example
Text Example
White with #BAE03D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE03D; }
p { color: rgb(186,224,61); }
H1.HeaderClassName
{
color: #BAE03D;
}
.AnyTagClassName
{
color: #BAE03D;
}
</style>
background-color css
<style>
a { background-color: #BAE03D; }
a { background-color: rgb(186,224,61); }
div.DivClassName
{
background-color: #BAE03D;
}
.BgClassName
{
background-color: #BAE03D;
}
</style>
border-color css
<style>
span { border-color: #BAE03D; }
span { border-color: rgb(186,224,61); }
td.TdClassName
{
border-color: #BAE03D;
}
.TagClassName
{
border-color: #BAE03D;
}
</style>