Shades of Las Palmas #BAD63C
Tints of Las Palmas #BAD63C
RGB
CMYK
RGB Variations
Color information
#BAD63C (or 0xBAD63C) is known color: Las Palmas. HEX triplet: BA, D6 and 3C. RGB value is (186,214,60). Sum of RGB (Red+Green+Blue) = 186+214+60=460 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.43% from 460); Green value is 214 (83.98% from 255 or 46.52% from 460); Blue value is 60 (23.83% from 255 or 13.04% from 460); Max value from RGB is 214 - color contains mainly: green. Hex color #BAD63C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAD63C is #4529C3. Grayscale: #BCBCBC. Windows color (decimal): -4532676 or 3987130. OLE color: 3987130.
HSL color Cylindrical-coordinate representation of color #BAD63C: hue angle of 70.91º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BAD63C is Cyan = 0.13, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 186 | 214 | 60 | - |
| CMYK | 0.13 | 0 | 0.72 | 0.16 |
| HSL | 70.91º | 0.65% | 0.54% | - |
| HSV(B) | 70.91º | 0.72% | 0.84% | - |
| XYZ | 45.11 | 58.86 | 13.26 | - |
| YUV | 188.07 | 55.72 | 126.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 214 | 60 | 0.13 | 0 | 0.72 | 0.16 | 70.91 | 0.65 | 0.54 |
| Hex | BA | D6 | 3C | D | 0 | 48 | 10 | 47 | 41 | 36 |
| Octal | 272 | 326 | 74 | 15 | 0 | 110 | 20 | 107 | 101 | 66 |
| Binary | 10111010 | 11010110 | 111100 | 1101 | 0 | 1001000 | 10000 | 1000111 | 1000001 | 110110 |
Color Harmonies of #BAD63C
Complementary color
Monochromatic Colors of #BAD63C
Black with #BAD63C
Text Example
Text Example
White with #BAD63C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAD63C; }
p { color: rgb(186,214,60); }
H1.HeaderClassName
{
color: #BAD63C;
}
.AnyTagClassName
{
color: #BAD63C;
}
</style>
background-color css
<style>
a { background-color: #BAD63C; }
a { background-color: rgb(186,214,60); }
div.DivClassName
{
background-color: #BAD63C;
}
.BgClassName
{
background-color: #BAD63C;
}
</style>
border-color css
<style>
span { border-color: #BAD63C; }
span { border-color: rgb(186,214,60); }
td.TdClassName
{
border-color: #BAD63C;
}
.TagClassName
{
border-color: #BAD63C;
}
</style>