Shades of Las Palmas #BDD546
Tints of Las Palmas #BDD546
RGB
CMYK
RGB Variations
Color information
#BDD546 (or 0xBDD546) is known color: Las Palmas. HEX triplet: BD, D5 and 46. RGB value is (189,213,70). Sum of RGB (Red+Green+Blue) = 189+213+70=472 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.04% from 472); Green value is 213 (83.59% from 255 or 45.13% from 472); Blue value is 70 (27.73% from 255 or 14.83% from 472); Max value from RGB is 213 - color contains mainly: green. Hex color #BDD546 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDD546 is #422AB9. Grayscale: #BEBEBE. Windows color (decimal): -4336314 or 4642237. OLE color: 4642237.
HSL color Cylindrical-coordinate representation of color #BDD546: hue angle of 70.07º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BDD546 is Cyan = 0.11, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 189 | 213 | 70 | - |
| CMYK | 0.11 | 0 | 0.67 | 0.16 |
| HSL | 70.07º | 0.63% | 0.55% | - |
| HSV(B) | 70.07º | 0.67% | 0.84% | - |
| XYZ | 45.89 | 58.85 | 14.73 | - |
| YUV | 189.52 | 60.55 | 127.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 213 | 70 | 0.11 | 0 | 0.67 | 0.16 | 70.07 | 0.63 | 0.55 |
| Hex | BD | D5 | 46 | B | 0 | 43 | 10 | 46 | 3F | 37 |
| Octal | 275 | 325 | 106 | 13 | 0 | 103 | 20 | 106 | 77 | 67 |
| Binary | 10111101 | 11010101 | 1000110 | 1011 | 0 | 1000011 | 10000 | 1000110 | 111111 | 110111 |
Color Harmonies of #BDD546
Complementary color
Monochromatic Colors of #BDD546
Black with #BDD546
Text Example
Text Example
White with #BDD546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD546; }
p { color: rgb(189,213,70); }
H1.HeaderClassName
{
color: #BDD546;
}
.AnyTagClassName
{
color: #BDD546;
}
</style>
background-color css
<style>
a { background-color: #BDD546; }
a { background-color: rgb(189,213,70); }
div.DivClassName
{
background-color: #BDD546;
}
.BgClassName
{
background-color: #BDD546;
}
</style>
border-color css
<style>
span { border-color: #BDD546; }
span { border-color: rgb(189,213,70); }
td.TdClassName
{
border-color: #BDD546;
}
.TagClassName
{
border-color: #BDD546;
}
</style>