Shades of Las Palmas #BAE439
Tints of Las Palmas #BAE439
RGB
CMYK
RGB Variations
Color information
#BAE439 (or 0xBAE439) is known color: Las Palmas. HEX triplet: BA, E4 and 39. RGB value is (186,228,57). Sum of RGB (Red+Green+Blue) = 186+228+57=471 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.49% from 471); Green value is 228 (89.45% from 255 or 48.41% from 471); Blue value is 57 (22.66% from 255 or 12.10% from 471); Max value from RGB is 228 - color contains mainly: green. Hex color #BAE439 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAE439 is #451BC6. Grayscale: #C4C4C4. Windows color (decimal): -4529095 or 3794106. OLE color: 3794106.
HSL color Cylindrical-coordinate representation of color #BAE439: hue angle of 74.74º degrees, saturation: 0.76, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BAE439 is Cyan = 0.18, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 186 | 228 | 57 | - |
| CMYK | 0.18 | 0 | 0.75 | 0.11 |
| HSL | 74.74º | 0.76% | 0.56% | - |
| HSV(B) | 74.74º | 0.75% | 0.89% | - |
| XYZ | 48.73 | 66.22 | 14.08 | - |
| YUV | 195.95 | 49.59 | 120.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 228 | 57 | 0.18 | 0 | 0.75 | 0.11 | 74.74 | 0.76 | 0.56 |
| Hex | BA | E4 | 39 | 12 | 0 | 4B | B | 4B | 4C | 38 |
| Octal | 272 | 344 | 71 | 22 | 0 | 113 | 13 | 113 | 114 | 70 |
| Binary | 10111010 | 11100100 | 111001 | 10010 | 0 | 1001011 | 1011 | 1001011 | 1001100 | 111000 |
Color Harmonies of #BAE439
Complementary color
Monochromatic Colors of #BAE439
Black with #BAE439
Text Example
Text Example
White with #BAE439
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE439; }
p { color: rgb(186,228,57); }
H1.HeaderClassName
{
color: #BAE439;
}
.AnyTagClassName
{
color: #BAE439;
}
</style>
background-color css
<style>
a { background-color: #BAE439; }
a { background-color: rgb(186,228,57); }
div.DivClassName
{
background-color: #BAE439;
}
.BgClassName
{
background-color: #BAE439;
}
</style>
border-color css
<style>
span { border-color: #BAE439; }
span { border-color: rgb(186,228,57); }
td.TdClassName
{
border-color: #BAE439;
}
.TagClassName
{
border-color: #BAE439;
}
</style>