Shades of Las Palmas #BAE732
Tints of Las Palmas #BAE732
RGB
CMYK
RGB Variations
Color information
#BAE732 (or 0xBAE732) is known color: Las Palmas. HEX triplet: BA, E7 and 32. RGB value is (186,231,50). Sum of RGB (Red+Green+Blue) = 186+231+50=467 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.83% from 467); Green value is 231 (90.62% from 255 or 49.46% from 467); Blue value is 50 (19.92% from 255 or 10.71% from 467); Max value from RGB is 231 - color contains mainly: green. Hex color #BAE732 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAE732 is #4518CD. Grayscale: #C5C5C5. Windows color (decimal): -4528334 or 3336122. OLE color: 3336122.
HSL color Cylindrical-coordinate representation of color #BAE732: hue angle of 74.92º degrees, saturation: 0.79, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BAE732 is Cyan = 0.19, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 186 | 231 | 50 | - |
| CMYK | 0.19 | 0 | 0.78 | 0.09 |
| HSL | 74.92º | 0.79% | 0.55% | - |
| HSV(B) | 74.92º | 0.78% | 0.91% | - |
| XYZ | 49.4 | 67.82 | 13.5 | - |
| YUV | 196.91 | 45.09 | 120.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 231 | 50 | 0.19 | 0 | 0.78 | 0.09 | 74.92 | 0.79 | 0.55 |
| Hex | BA | E7 | 32 | 13 | 0 | 4E | 9 | 4B | 4F | 37 |
| Octal | 272 | 347 | 62 | 23 | 0 | 116 | 11 | 113 | 117 | 67 |
| Binary | 10111010 | 11100111 | 110010 | 10011 | 0 | 1001110 | 1001 | 1001011 | 1001111 | 110111 |
Color Harmonies of #BAE732
Complementary color
Monochromatic Colors of #BAE732
Black with #BAE732
Text Example
Text Example
White with #BAE732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE732; }
p { color: rgb(186,231,50); }
H1.HeaderClassName
{
color: #BAE732;
}
.AnyTagClassName
{
color: #BAE732;
}
</style>
background-color css
<style>
a { background-color: #BAE732; }
a { background-color: rgb(186,231,50); }
div.DivClassName
{
background-color: #BAE732;
}
.BgClassName
{
background-color: #BAE732;
}
</style>
border-color css
<style>
span { border-color: #BAE732; }
span { border-color: rgb(186,231,50); }
td.TdClassName
{
border-color: #BAE732;
}
.TagClassName
{
border-color: #BAE732;
}
</style>