Shades of Las Palmas #BAE93C
Tints of Las Palmas #BAE93C
RGB
CMYK
RGB Variations
Color information
#BAE93C (or 0xBAE93C) is known color: Las Palmas. HEX triplet: BA, E9 and 3C. RGB value is (186,233,60). Sum of RGB (Red+Green+Blue) = 186+233+60=479 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.83% from 479); Green value is 233 (91.41% from 255 or 48.64% from 479); Blue value is 60 (23.83% from 255 or 12.53% from 479); Max value from RGB is 233 - color contains mainly: green. Hex color #BAE93C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAE93C is #4516C3. Grayscale: #C7C7C7. Windows color (decimal): -4527812 or 3991994. OLE color: 3991994.
HSL color Cylindrical-coordinate representation of color #BAE93C: hue angle of 76.3º degrees, saturation: 0.8, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BAE93C is Cyan = 0.20, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 186 | 233 | 60 | - |
| CMYK | 0.20 | 0 | 0.74 | 0.09 |
| HSL | 76.3º | 0.8% | 0.57% | - |
| HSV(B) | 76.3º | 0.74% | 0.91% | - |
| XYZ | 50.2 | 69.04 | 14.96 | - |
| YUV | 199.23 | 49.43 | 118.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 233 | 60 | 0.20 | 0 | 0.74 | 0.09 | 76.3 | 0.8 | 0.57 |
| Hex | BA | E9 | 3C | 14 | 0 | 4A | 9 | 4C | 50 | 39 |
| Octal | 272 | 351 | 74 | 24 | 0 | 112 | 11 | 114 | 120 | 71 |
| Binary | 10111010 | 11101001 | 111100 | 10100 | 0 | 1001010 | 1001 | 1001100 | 1010000 | 111001 |
Color Harmonies of #BAE93C
Complementary color
Monochromatic Colors of #BAE93C
Black with #BAE93C
Text Example
Text Example
White with #BAE93C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE93C; }
p { color: rgb(186,233,60); }
H1.HeaderClassName
{
color: #BAE93C;
}
.AnyTagClassName
{
color: #BAE93C;
}
</style>
background-color css
<style>
a { background-color: #BAE93C; }
a { background-color: rgb(186,233,60); }
div.DivClassName
{
background-color: #BAE93C;
}
.BgClassName
{
background-color: #BAE93C;
}
</style>
border-color css
<style>
span { border-color: #BAE93C; }
span { border-color: rgb(186,233,60); }
td.TdClassName
{
border-color: #BAE93C;
}
.TagClassName
{
border-color: #BAE93C;
}
</style>