Shades of Las Palmas #BADA43
Tints of Las Palmas #BADA43
RGB
CMYK
RGB Variations
Color information
#BADA43 (or 0xBADA43) is known color: Las Palmas. HEX triplet: BA, DA and 43. RGB value is (186,218,67). Sum of RGB (Red+Green+Blue) = 186+218+67=471 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.49% from 471); Green value is 218 (85.55% from 255 or 46.28% from 471); Blue value is 67 (26.56% from 255 or 14.23% from 471); Max value from RGB is 218 - color contains mainly: green. Hex color #BADA43 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BADA43 is #4525BC. Grayscale: #BFBFBF. Windows color (decimal): -4531645 or 4446906. OLE color: 4446906.
HSL color Cylindrical-coordinate representation of color #BADA43: hue angle of 72.72º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BADA43 is Cyan = 0.15, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 186 | 218 | 67 | - |
| CMYK | 0.15 | 0 | 0.69 | 0.15 |
| HSL | 72.72º | 0.67% | 0.56% | - |
| HSV(B) | 72.72º | 0.69% | 0.85% | - |
| XYZ | 46.33 | 60.99 | 14.64 | - |
| YUV | 191.22 | 57.9 | 124.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 218 | 67 | 0.15 | 0 | 0.69 | 0.15 | 72.72 | 0.67 | 0.56 |
| Hex | BA | DA | 43 | F | 0 | 45 | F | 49 | 43 | 38 |
| Octal | 272 | 332 | 103 | 17 | 0 | 105 | 17 | 111 | 103 | 70 |
| Binary | 10111010 | 11011010 | 1000011 | 1111 | 0 | 1000101 | 1111 | 1001001 | 1000011 | 111000 |
Color Harmonies of #BADA43
Complementary color
Monochromatic Colors of #BADA43
Black with #BADA43
Text Example
Text Example
White with #BADA43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADA43; }
p { color: rgb(186,218,67); }
H1.HeaderClassName
{
color: #BADA43;
}
.AnyTagClassName
{
color: #BADA43;
}
</style>
background-color css
<style>
a { background-color: #BADA43; }
a { background-color: rgb(186,218,67); }
div.DivClassName
{
background-color: #BADA43;
}
.BgClassName
{
background-color: #BADA43;
}
</style>
border-color css
<style>
span { border-color: #BADA43; }
span { border-color: rgb(186,218,67); }
td.TdClassName
{
border-color: #BADA43;
}
.TagClassName
{
border-color: #BADA43;
}
</style>