Shades of Las Palmas #BAD543
Tints of Las Palmas #BAD543
RGB
CMYK
RGB Variations
Color information
#BAD543 (or 0xBAD543) is known color: Las Palmas. HEX triplet: BA, D5 and 43. RGB value is (186,213,67). Sum of RGB (Red+Green+Blue) = 186+213+67=466 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.91% from 466); Green value is 213 (83.59% from 255 or 45.71% from 466); Blue value is 67 (26.56% from 255 or 14.38% from 466); Max value from RGB is 213 - color contains mainly: green. Hex color #BAD543 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAD543 is #452ABC. Grayscale: #BCBCBC. Windows color (decimal): -4532925 or 4445626. OLE color: 4445626.
HSL color Cylindrical-coordinate representation of color #BAD543: hue angle of 71.1º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BAD543 is Cyan = 0.13, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 186 | 213 | 67 | - |
| CMYK | 0.13 | 0 | 0.69 | 0.16 |
| HSL | 71.1º | 0.63% | 0.55% | - |
| HSV(B) | 71.1º | 0.69% | 0.84% | - |
| XYZ | 45.06 | 58.43 | 14.21 | - |
| YUV | 188.28 | 59.55 | 126.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 213 | 67 | 0.13 | 0 | 0.69 | 0.16 | 71.1 | 0.63 | 0.55 |
| Hex | BA | D5 | 43 | D | 0 | 45 | 10 | 47 | 3F | 37 |
| Octal | 272 | 325 | 103 | 15 | 0 | 105 | 20 | 107 | 77 | 67 |
| Binary | 10111010 | 11010101 | 1000011 | 1101 | 0 | 1000101 | 10000 | 1000111 | 111111 | 110111 |
Color Harmonies of #BAD543
Complementary color
Monochromatic Colors of #BAD543
Black with #BAD543
Text Example
Text Example
White with #BAD543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAD543; }
p { color: rgb(186,213,67); }
H1.HeaderClassName
{
color: #BAD543;
}
.AnyTagClassName
{
color: #BAD543;
}
</style>
background-color css
<style>
a { background-color: #BAD543; }
a { background-color: rgb(186,213,67); }
div.DivClassName
{
background-color: #BAD543;
}
.BgClassName
{
background-color: #BAD543;
}
</style>
border-color css
<style>
span { border-color: #BAD543; }
span { border-color: rgb(186,213,67); }
td.TdClassName
{
border-color: #BAD543;
}
.TagClassName
{
border-color: #BAD543;
}
</style>