Shades of Las Palmas #BACD3E
Tints of Las Palmas #BACD3E
RGB
CMYK
RGB Variations
Color information
#BACD3E (or 0xBACD3E) is known color: Las Palmas. HEX triplet: BA, CD and 3E. RGB value is (186,205,62). Sum of RGB (Red+Green+Blue) = 186+205+62=453 (60% of max value = 765). Red value is 186 (73.05% from 255 or 41.06% from 453); Green value is 205 (80.47% from 255 or 45.25% from 453); Blue value is 62 (24.61% from 255 or 13.69% from 453); Max value from RGB is 205 - color contains mainly: green. Hex color #BACD3E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BACD3E is #4532C1. Grayscale: #B7B7B7. Windows color (decimal): -4534978 or 4115898. OLE color: 4115898.
HSL color Cylindrical-coordinate representation of color #BACD3E: hue angle of 67.97º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BACD3E is Cyan = 0.09, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 186 | 205 | 62 | - |
| CMYK | 0.09 | 0 | 0.70 | 0.20 |
| HSL | 67.97º | 0.59% | 0.52% | - |
| HSV(B) | 67.97º | 0.7% | 0.8% | - |
| XYZ | 42.95 | 54.45 | 12.8 | - |
| YUV | 183.02 | 59.71 | 130.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 205 | 62 | 0.09 | 0 | 0.70 | 0.20 | 67.97 | 0.59 | 0.52 |
| Hex | BA | CD | 3E | 9 | 0 | 46 | 14 | 44 | 3B | 34 |
| Octal | 272 | 315 | 76 | 11 | 0 | 106 | 24 | 104 | 73 | 64 |
| Binary | 10111010 | 11001101 | 111110 | 1001 | 0 | 1000110 | 10100 | 1000100 | 111011 | 110100 |
Color Harmonies of #BACD3E
Complementary color
Monochromatic Colors of #BACD3E
Black with #BACD3E
Text Example
Text Example
White with #BACD3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACD3E; }
p { color: rgb(186,205,62); }
H1.HeaderClassName
{
color: #BACD3E;
}
.AnyTagClassName
{
color: #BACD3E;
}
</style>
background-color css
<style>
a { background-color: #BACD3E; }
a { background-color: rgb(186,205,62); }
div.DivClassName
{
background-color: #BACD3E;
}
.BgClassName
{
background-color: #BACD3E;
}
</style>
border-color css
<style>
span { border-color: #BACD3E; }
span { border-color: rgb(186,205,62); }
td.TdClassName
{
border-color: #BACD3E;
}
.TagClassName
{
border-color: #BACD3E;
}
</style>