Shades of Las Palmas #BAD444
Tints of Las Palmas #BAD444
RGB
CMYK
RGB Variations
Color information
#BAD444 (or 0xBAD444) is known color: Las Palmas. HEX triplet: BA, D4 and 44. RGB value is (186,212,68). Sum of RGB (Red+Green+Blue) = 186+212+68=466 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.91% from 466); Green value is 212 (83.20% from 255 or 45.49% from 466); Blue value is 68 (26.95% from 255 or 14.59% from 466); Max value from RGB is 212 - color contains mainly: green. Hex color #BAD444 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAD444 is #452BBB. Grayscale: #BCBCBC. Windows color (decimal): -4533180 or 4510906. OLE color: 4510906.
HSL color Cylindrical-coordinate representation of color #BAD444: hue angle of 70.83º degrees, saturation: 0.63, 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 #BAD444 is Cyan = 0.12, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 186 | 212 | 68 | - |
| CMYK | 0.12 | 0 | 0.68 | 0.17 |
| HSL | 70.83º | 0.63% | 0.55% | - |
| HSV(B) | 70.83º | 0.68% | 0.83% | - |
| XYZ | 44.84 | 57.94 | 14.29 | - |
| YUV | 187.81 | 60.39 | 126.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 212 | 68 | 0.12 | 0 | 0.68 | 0.17 | 70.83 | 0.63 | 0.55 |
| Hex | BA | D4 | 44 | C | 0 | 44 | 11 | 47 | 3F | 37 |
| Octal | 272 | 324 | 104 | 14 | 0 | 104 | 21 | 107 | 77 | 67 |
| Binary | 10111010 | 11010100 | 1000100 | 1100 | 0 | 1000100 | 10001 | 1000111 | 111111 | 110111 |
Color Harmonies of #BAD444
Complementary color
Monochromatic Colors of #BAD444
Black with #BAD444
Text Example
Text Example
White with #BAD444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAD444; }
p { color: rgb(186,212,68); }
H1.HeaderClassName
{
color: #BAD444;
}
.AnyTagClassName
{
color: #BAD444;
}
</style>
background-color css
<style>
a { background-color: #BAD444; }
a { background-color: rgb(186,212,68); }
div.DivClassName
{
background-color: #BAD444;
}
.BgClassName
{
background-color: #BAD444;
}
</style>
border-color css
<style>
span { border-color: #BAD444; }
span { border-color: rgb(186,212,68); }
td.TdClassName
{
border-color: #BAD444;
}
.TagClassName
{
border-color: #BAD444;
}
</style>