Shades of Las Palmas #BAE43B
Tints of Las Palmas #BAE43B
RGB
CMYK
RGB Variations
Color information
#BAE43B (or 0xBAE43B) is known color: Las Palmas. HEX triplet: BA, E4 and 3B. RGB value is (186,228,59). Sum of RGB (Red+Green+Blue) = 186+228+59=473 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.32% from 473); Green value is 228 (89.45% from 255 or 48.20% from 473); Blue value is 59 (23.44% from 255 or 12.47% from 473); Max value from RGB is 228 - color contains mainly: green. Hex color #BAE43B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAE43B is #451BC4. Grayscale: #C4C4C4. Windows color (decimal): -4529093 or 3925178. OLE color: 3925178.
HSL color Cylindrical-coordinate representation of color #BAE43B: hue angle of 74.91º degrees, saturation: 0.76, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BAE43B is Cyan = 0.18, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 186 | 228 | 59 | - |
| CMYK | 0.18 | 0 | 0.74 | 0.11 |
| HSL | 74.91º | 0.76% | 0.56% | - |
| HSV(B) | 74.91º | 0.74% | 0.89% | - |
| XYZ | 48.78 | 66.24 | 14.35 | - |
| YUV | 196.18 | 50.59 | 120.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 228 | 59 | 0.18 | 0 | 0.74 | 0.11 | 74.91 | 0.76 | 0.56 |
| Hex | BA | E4 | 3B | 12 | 0 | 4A | B | 4B | 4C | 38 |
| Octal | 272 | 344 | 73 | 22 | 0 | 112 | 13 | 113 | 114 | 70 |
| Binary | 10111010 | 11100100 | 111011 | 10010 | 0 | 1001010 | 1011 | 1001011 | 1001100 | 111000 |
Color Harmonies of #BAE43B
Complementary color
Monochromatic Colors of #BAE43B
Black with #BAE43B
Text Example
Text Example
White with #BAE43B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE43B; }
p { color: rgb(186,228,59); }
H1.HeaderClassName
{
color: #BAE43B;
}
.AnyTagClassName
{
color: #BAE43B;
}
</style>
background-color css
<style>
a { background-color: #BAE43B; }
a { background-color: rgb(186,228,59); }
div.DivClassName
{
background-color: #BAE43B;
}
.BgClassName
{
background-color: #BAE43B;
}
</style>
border-color css
<style>
span { border-color: #BAE43B; }
span { border-color: rgb(186,228,59); }
td.TdClassName
{
border-color: #BAE43B;
}
.TagClassName
{
border-color: #BAE43B;
}
</style>