Shades of Las Palmas #BAD33E
Tints of Las Palmas #BAD33E
RGB
CMYK
RGB Variations
Color information
#BAD33E (or 0xBAD33E) is known color: Las Palmas. HEX triplet: BA, D3 and 3E. RGB value is (186,211,62). Sum of RGB (Red+Green+Blue) = 186+211+62=459 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.52% from 459); Green value is 211 (82.81% from 255 or 45.97% from 459); Blue value is 62 (24.61% from 255 or 13.51% from 459); Max value from RGB is 211 - color contains mainly: green. Hex color #BAD33E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAD33E is #452CC1. Grayscale: #BBBBBB. Windows color (decimal): -4533442 or 4117434. OLE color: 4117434.
HSL color Cylindrical-coordinate representation of color #BAD33E: hue angle of 70.07º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BAD33E is Cyan = 0.12, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 186 | 211 | 62 | - |
| CMYK | 0.12 | 0 | 0.71 | 0.17 |
| HSL | 70.07º | 0.63% | 0.54% | - |
| HSV(B) | 70.07º | 0.71% | 0.83% | - |
| XYZ | 44.41 | 57.38 | 13.29 | - |
| YUV | 186.54 | 57.72 | 127.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 211 | 62 | 0.12 | 0 | 0.71 | 0.17 | 70.07 | 0.63 | 0.54 |
| Hex | BA | D3 | 3E | C | 0 | 47 | 11 | 46 | 3F | 36 |
| Octal | 272 | 323 | 76 | 14 | 0 | 107 | 21 | 106 | 77 | 66 |
| Binary | 10111010 | 11010011 | 111110 | 1100 | 0 | 1000111 | 10001 | 1000110 | 111111 | 110110 |
Color Harmonies of #BAD33E
Complementary color
Monochromatic Colors of #BAD33E
Black with #BAD33E
Text Example
Text Example
White with #BAD33E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAD33E; }
p { color: rgb(186,211,62); }
H1.HeaderClassName
{
color: #BAD33E;
}
.AnyTagClassName
{
color: #BAD33E;
}
</style>
background-color css
<style>
a { background-color: #BAD33E; }
a { background-color: rgb(186,211,62); }
div.DivClassName
{
background-color: #BAD33E;
}
.BgClassName
{
background-color: #BAD33E;
}
</style>
border-color css
<style>
span { border-color: #BAD33E; }
span { border-color: rgb(186,211,62); }
td.TdClassName
{
border-color: #BAD33E;
}
.TagClassName
{
border-color: #BAD33E;
}
</style>