Shades of Las Palmas #BAD343
Tints of Las Palmas #BAD343
RGB
CMYK
RGB Variations
Color information
#BAD343 (or 0xBAD343) is known color: Las Palmas. HEX triplet: BA, D3 and 43. RGB value is (186,211,67). Sum of RGB (Red+Green+Blue) = 186+211+67=464 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.09% from 464); Green value is 211 (82.81% from 255 or 45.47% from 464); Blue value is 67 (26.56% from 255 or 14.44% from 464); Max value from RGB is 211 - color contains mainly: green. Hex color #BAD343 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAD343 is #452CBC. Grayscale: #BBBBBB. Windows color (decimal): -4533437 or 4445114. OLE color: 4445114.
HSL color Cylindrical-coordinate representation of color #BAD343: hue angle of 70.42º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BAD343 is Cyan = 0.12, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 186 | 211 | 67 | - |
| CMYK | 0.12 | 0 | 0.68 | 0.17 |
| HSL | 70.42º | 0.62% | 0.55% | - |
| HSV(B) | 70.42º | 0.68% | 0.83% | - |
| XYZ | 44.56 | 57.43 | 14.05 | - |
| YUV | 187.11 | 60.22 | 127.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 211 | 67 | 0.12 | 0 | 0.68 | 0.17 | 70.42 | 0.62 | 0.55 |
| Hex | BA | D3 | 43 | C | 0 | 44 | 11 | 46 | 3E | 37 |
| Octal | 272 | 323 | 103 | 14 | 0 | 104 | 21 | 106 | 76 | 67 |
| Binary | 10111010 | 11010011 | 1000011 | 1100 | 0 | 1000100 | 10001 | 1000110 | 111110 | 110111 |
Color Harmonies of #BAD343
Complementary color
Monochromatic Colors of #BAD343
Black with #BAD343
Text Example
Text Example
White with #BAD343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAD343; }
p { color: rgb(186,211,67); }
H1.HeaderClassName
{
color: #BAD343;
}
.AnyTagClassName
{
color: #BAD343;
}
</style>
background-color css
<style>
a { background-color: #BAD343; }
a { background-color: rgb(186,211,67); }
div.DivClassName
{
background-color: #BAD343;
}
.BgClassName
{
background-color: #BAD343;
}
</style>
border-color css
<style>
span { border-color: #BAD343; }
span { border-color: rgb(186,211,67); }
td.TdClassName
{
border-color: #BAD343;
}
.TagClassName
{
border-color: #BAD343;
}
</style>