Shades of Las Palmas #BAE83B
Tints of Las Palmas #BAE83B
RGB
CMYK
RGB Variations
Color information
#BAE83B (or 0xBAE83B) is known color: Las Palmas. HEX triplet: BA, E8 and 3B. RGB value is (186,232,59). Sum of RGB (Red+Green+Blue) = 186+232+59=477 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.99% from 477); Green value is 232 (91.02% from 255 or 48.64% from 477); Blue value is 59 (23.44% from 255 or 12.37% from 477); Max value from RGB is 232 - color contains mainly: green. Hex color #BAE83B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAE83B is #4517C4. Grayscale: #C7C7C7. Windows color (decimal): -4528069 or 3926202. OLE color: 3926202.
HSL color Cylindrical-coordinate representation of color #BAE83B: hue angle of 75.95º degrees, saturation: 0.79, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BAE83B is Cyan = 0.20, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 186 | 232 | 59 | - |
| CMYK | 0.20 | 0 | 0.75 | 0.09 |
| HSL | 75.95º | 0.79% | 0.57% | - |
| HSV(B) | 75.95º | 0.75% | 0.91% | - |
| XYZ | 49.9 | 68.47 | 14.72 | - |
| YUV | 198.52 | 49.26 | 119.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 232 | 59 | 0.20 | 0 | 0.75 | 0.09 | 75.95 | 0.79 | 0.57 |
| Hex | BA | E8 | 3B | 14 | 0 | 4B | 9 | 4C | 4F | 39 |
| Octal | 272 | 350 | 73 | 24 | 0 | 113 | 11 | 114 | 117 | 71 |
| Binary | 10111010 | 11101000 | 111011 | 10100 | 0 | 1001011 | 1001 | 1001100 | 1001111 | 111001 |
Color Harmonies of #BAE83B
Complementary color
Monochromatic Colors of #BAE83B
Black with #BAE83B
Text Example
Text Example
White with #BAE83B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE83B; }
p { color: rgb(186,232,59); }
H1.HeaderClassName
{
color: #BAE83B;
}
.AnyTagClassName
{
color: #BAE83B;
}
</style>
background-color css
<style>
a { background-color: #BAE83B; }
a { background-color: rgb(186,232,59); }
div.DivClassName
{
background-color: #BAE83B;
}
.BgClassName
{
background-color: #BAE83B;
}
</style>
border-color css
<style>
span { border-color: #BAE83B; }
span { border-color: rgb(186,232,59); }
td.TdClassName
{
border-color: #BAE83B;
}
.TagClassName
{
border-color: #BAE83B;
}
</style>