Shades of Las Palmas #BAE935
Tints of Las Palmas #BAE935
RGB
CMYK
RGB Variations
Color information
#BAE935 (or 0xBAE935) is known color: Las Palmas. HEX triplet: BA, E9 and 35. RGB value is (186,233,53). Sum of RGB (Red+Green+Blue) = 186+233+53=472 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.41% from 472); Green value is 233 (91.41% from 255 or 49.36% from 472); Blue value is 53 (21.09% from 255 or 11.23% from 472); Max value from RGB is 233 - color contains mainly: green. Hex color #BAE935 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAE935 is #4516CA. Grayscale: #C7C7C7. Windows color (decimal): -4527819 or 3533242. OLE color: 3533242.
HSL color Cylindrical-coordinate representation of color #BAE935: hue angle of 75.67º degrees, saturation: 0.8, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BAE935 is Cyan = 0.20, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 186 | 233 | 53 | - |
| CMYK | 0.20 | 0 | 0.77 | 0.09 |
| HSL | 75.67º | 0.8% | 0.56% | - |
| HSV(B) | 75.67º | 0.77% | 0.91% | - |
| XYZ | 50.03 | 68.97 | 14.04 | - |
| YUV | 198.43 | 45.93 | 119.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 233 | 53 | 0.20 | 0 | 0.77 | 0.09 | 75.67 | 0.8 | 0.56 |
| Hex | BA | E9 | 35 | 14 | 0 | 4D | 9 | 4C | 50 | 38 |
| Octal | 272 | 351 | 65 | 24 | 0 | 115 | 11 | 114 | 120 | 70 |
| Binary | 10111010 | 11101001 | 110101 | 10100 | 0 | 1001101 | 1001 | 1001100 | 1010000 | 111000 |
Color Harmonies of #BAE935
Complementary color
Monochromatic Colors of #BAE935
Black with #BAE935
Text Example
Text Example
White with #BAE935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE935; }
p { color: rgb(186,233,53); }
H1.HeaderClassName
{
color: #BAE935;
}
.AnyTagClassName
{
color: #BAE935;
}
</style>
background-color css
<style>
a { background-color: #BAE935; }
a { background-color: rgb(186,233,53); }
div.DivClassName
{
background-color: #BAE935;
}
.BgClassName
{
background-color: #BAE935;
}
</style>
border-color css
<style>
span { border-color: #BAE935; }
span { border-color: rgb(186,233,53); }
td.TdClassName
{
border-color: #BAE935;
}
.TagClassName
{
border-color: #BAE935;
}
</style>