Shades of Las Palmas #BAD844
Tints of Las Palmas #BAD844
RGB
CMYK
RGB Variations
Color information
#BAD844 (or 0xBAD844) is known color: Las Palmas. HEX triplet: BA, D8 and 44. RGB value is (186,216,68). Sum of RGB (Red+Green+Blue) = 186+216+68=470 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.57% from 470); Green value is 216 (84.77% from 255 or 45.96% from 470); Blue value is 68 (26.95% from 255 or 14.47% from 470); Max value from RGB is 216 - color contains mainly: green. Hex color #BAD844 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAD844 is #4527BB. Grayscale: #BEBEBE. Windows color (decimal): -4532156 or 4511930. OLE color: 4511930.
HSL color Cylindrical-coordinate representation of color #BAD844: hue angle of 72.16º degrees, saturation: 0.65, 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 #BAD844 is Cyan = 0.14, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 186 | 216 | 68 | - |
| CMYK | 0.14 | 0 | 0.69 | 0.15 |
| HSL | 72.16º | 0.65% | 0.56% | - |
| HSV(B) | 72.16º | 0.69% | 0.85% | - |
| XYZ | 45.85 | 59.97 | 14.63 | - |
| YUV | 190.16 | 59.06 | 125.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 216 | 68 | 0.14 | 0 | 0.69 | 0.15 | 72.16 | 0.65 | 0.56 |
| Hex | BA | D8 | 44 | E | 0 | 45 | F | 48 | 41 | 38 |
| Octal | 272 | 330 | 104 | 16 | 0 | 105 | 17 | 110 | 101 | 70 |
| Binary | 10111010 | 11011000 | 1000100 | 1110 | 0 | 1000101 | 1111 | 1001000 | 1000001 | 111000 |
Color Harmonies of #BAD844
Complementary color
Monochromatic Colors of #BAD844
Black with #BAD844
Text Example
Text Example
White with #BAD844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAD844; }
p { color: rgb(186,216,68); }
H1.HeaderClassName
{
color: #BAD844;
}
.AnyTagClassName
{
color: #BAD844;
}
</style>
background-color css
<style>
a { background-color: #BAD844; }
a { background-color: rgb(186,216,68); }
div.DivClassName
{
background-color: #BAD844;
}
.BgClassName
{
background-color: #BAD844;
}
</style>
border-color css
<style>
span { border-color: #BAD844; }
span { border-color: rgb(186,216,68); }
td.TdClassName
{
border-color: #BAD844;
}
.TagClassName
{
border-color: #BAD844;
}
</style>