Shades of Las Palmas #BADA3C
Tints of Las Palmas #BADA3C
RGB
CMYK
RGB Variations
Color information
#BADA3C (or 0xBADA3C) is known color: Las Palmas. HEX triplet: BA, DA and 3C. RGB value is (186,218,60). Sum of RGB (Red+Green+Blue) = 186+218+60=464 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.09% from 464); Green value is 218 (85.55% from 255 or 46.98% from 464); Blue value is 60 (23.83% from 255 or 12.93% from 464); Max value from RGB is 218 - color contains mainly: green. Hex color #BADA3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BADA3C is #4525C3. Grayscale: #BFBFBF. Windows color (decimal): -4531652 or 3988154. OLE color: 3988154.
HSL color Cylindrical-coordinate representation of color #BADA3C: hue angle of 72.15º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BADA3C is Cyan = 0.15, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 186 | 218 | 60 | - |
| CMYK | 0.15 | 0 | 0.72 | 0.15 |
| HSL | 72.15º | 0.68% | 0.55% | - |
| HSV(B) | 72.15º | 0.72% | 0.85% | - |
| XYZ | 46.14 | 60.91 | 13.6 | - |
| YUV | 190.42 | 54.4 | 124.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 218 | 60 | 0.15 | 0 | 0.72 | 0.15 | 72.15 | 0.68 | 0.55 |
| Hex | BA | DA | 3C | F | 0 | 48 | F | 48 | 44 | 37 |
| Octal | 272 | 332 | 74 | 17 | 0 | 110 | 17 | 110 | 104 | 67 |
| Binary | 10111010 | 11011010 | 111100 | 1111 | 0 | 1001000 | 1111 | 1001000 | 1000100 | 110111 |
Color Harmonies of #BADA3C
Complementary color
Monochromatic Colors of #BADA3C
Black with #BADA3C
Text Example
Text Example
White with #BADA3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADA3C; }
p { color: rgb(186,218,60); }
H1.HeaderClassName
{
color: #BADA3C;
}
.AnyTagClassName
{
color: #BADA3C;
}
</style>
background-color css
<style>
a { background-color: #BADA3C; }
a { background-color: rgb(186,218,60); }
div.DivClassName
{
background-color: #BADA3C;
}
.BgClassName
{
background-color: #BADA3C;
}
</style>
border-color css
<style>
span { border-color: #BADA3C; }
span { border-color: rgb(186,218,60); }
td.TdClassName
{
border-color: #BADA3C;
}
.TagClassName
{
border-color: #BADA3C;
}
</style>