Shades of Las Palmas #BAE93D
Tints of Las Palmas #BAE93D
RGB
CMYK
RGB Variations
Color information
#BAE93D (or 0xBAE93D) is known color: Las Palmas. HEX triplet: BA, E9 and 3D. RGB value is (186,233,61). Sum of RGB (Red+Green+Blue) = 186+233+61=480 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.75% from 480); Green value is 233 (91.41% from 255 or 48.54% from 480); Blue value is 61 (24.22% from 255 or 12.71% from 480); Max value from RGB is 233 - color contains mainly: green. Hex color #BAE93D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAE93D is #4516C2. Grayscale: #C7C7C7. Windows color (decimal): -4527811 or 4057530. OLE color: 4057530.
HSL color Cylindrical-coordinate representation of color #BAE93D: hue angle of 76.4º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BAE93D is Cyan = 0.20, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 186 | 233 | 61 | - |
| CMYK | 0.20 | 0 | 0.74 | 0.09 |
| HSL | 76.4º | 0.8% | 0.58% | - |
| HSV(B) | 76.4º | 0.74% | 0.91% | - |
| XYZ | 50.23 | 69.05 | 15.1 | - |
| YUV | 199.34 | 49.93 | 118.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 233 | 61 | 0.20 | 0 | 0.74 | 0.09 | 76.4 | 0.8 | 0.58 |
| Hex | BA | E9 | 3D | 14 | 0 | 4A | 9 | 4C | 50 | 3A |
| Octal | 272 | 351 | 75 | 24 | 0 | 112 | 11 | 114 | 120 | 72 |
| Binary | 10111010 | 11101001 | 111101 | 10100 | 0 | 1001010 | 1001 | 1001100 | 1010000 | 111010 |
Color Harmonies of #BAE93D
Complementary color
Monochromatic Colors of #BAE93D
Black with #BAE93D
Text Example
Text Example
White with #BAE93D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE93D; }
p { color: rgb(186,233,61); }
H1.HeaderClassName
{
color: #BAE93D;
}
.AnyTagClassName
{
color: #BAE93D;
}
</style>
background-color css
<style>
a { background-color: #BAE93D; }
a { background-color: rgb(186,233,61); }
div.DivClassName
{
background-color: #BAE93D;
}
.BgClassName
{
background-color: #BAE93D;
}
</style>
border-color css
<style>
span { border-color: #BAE93D; }
span { border-color: rgb(186,233,61); }
td.TdClassName
{
border-color: #BAE93D;
}
.TagClassName
{
border-color: #BAE93D;
}
</style>