Shades of Las Palmas #BADE3A
Tints of Las Palmas #BADE3A
RGB
CMYK
RGB Variations
Color information
#BADE3A (or 0xBADE3A) is known color: Las Palmas. HEX triplet: BA, DE and 3A. RGB value is (186,222,58). Sum of RGB (Red+Green+Blue) = 186+222+58=466 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.91% from 466); Green value is 222 (87.11% from 255 or 47.64% from 466); Blue value is 58 (23.05% from 255 or 12.45% from 466); Max value from RGB is 222 - color contains mainly: green. Hex color #BADE3A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BADE3A is #4521C5. Grayscale: #C1C1C1. Windows color (decimal): -4530630 or 3858106. OLE color: 3858106.
HSL color Cylindrical-coordinate representation of color #BADE3A: hue angle of 73.17º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BADE3A is Cyan = 0.16, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 222 | 58 | - |
| CMYK | 0.16 | 0 | 0.74 | 0.13 |
| HSL | 73.17º | 0.71% | 0.55% | - |
| HSV(B) | 73.17º | 0.74% | 0.87% | - |
| XYZ | 47.13 | 62.99 | 13.68 | - |
| YUV | 192.54 | 52.07 | 123.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 222 | 58 | 0.16 | 0 | 0.74 | 0.13 | 73.17 | 0.71 | 0.55 |
| Hex | BA | DE | 3A | 10 | 0 | 4A | D | 49 | 47 | 37 |
| Octal | 272 | 336 | 72 | 20 | 0 | 112 | 15 | 111 | 107 | 67 |
| Binary | 10111010 | 11011110 | 111010 | 10000 | 0 | 1001010 | 1101 | 1001001 | 1000111 | 110111 |
Color Harmonies of #BADE3A
Complementary color
Monochromatic Colors of #BADE3A
Black with #BADE3A
Text Example
Text Example
White with #BADE3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADE3A; }
p { color: rgb(186,222,58); }
H1.HeaderClassName
{
color: #BADE3A;
}
.AnyTagClassName
{
color: #BADE3A;
}
</style>
background-color css
<style>
a { background-color: #BADE3A; }
a { background-color: rgb(186,222,58); }
div.DivClassName
{
background-color: #BADE3A;
}
.BgClassName
{
background-color: #BADE3A;
}
</style>
border-color css
<style>
span { border-color: #BADE3A; }
span { border-color: rgb(186,222,58); }
td.TdClassName
{
border-color: #BADE3A;
}
.TagClassName
{
border-color: #BADE3A;
}
</style>