Shades of Las Palmas #BDD839
Tints of Las Palmas #BDD839
RGB
CMYK
RGB Variations
Color information
#BDD839 (or 0xBDD839) is known color: Las Palmas. HEX triplet: BD, D8 and 39. RGB value is (189,216,57). Sum of RGB (Red+Green+Blue) = 189+216+57=462 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.91% from 462); Green value is 216 (84.77% from 255 or 46.75% from 462); Blue value is 57 (22.66% from 255 or 12.34% from 462); Max value from RGB is 216 - color contains mainly: green. Hex color #BDD839 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDD839 is #4227C6. Grayscale: #BEBEBE. Windows color (decimal): -4335559 or 3791037. OLE color: 3791037.
HSL color Cylindrical-coordinate representation of color #BDD839: hue angle of 70.19º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BDD839 is Cyan = 0.12, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 189 | 216 | 57 | - |
| CMYK | 0.12 | 0 | 0.74 | 0.15 |
| HSL | 70.19º | 0.67% | 0.54% | - |
| HSV(B) | 70.19º | 0.74% | 0.85% | - |
| XYZ | 46.28 | 60.23 | 13.06 | - |
| YUV | 189.8 | 53.05 | 127.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 216 | 57 | 0.12 | 0 | 0.74 | 0.15 | 70.19 | 0.67 | 0.54 |
| Hex | BD | D8 | 39 | C | 0 | 4A | F | 46 | 43 | 36 |
| Octal | 275 | 330 | 71 | 14 | 0 | 112 | 17 | 106 | 103 | 66 |
| Binary | 10111101 | 11011000 | 111001 | 1100 | 0 | 1001010 | 1111 | 1000110 | 1000011 | 110110 |
Color Harmonies of #BDD839
Complementary color
Monochromatic Colors of #BDD839
Black with #BDD839
Text Example
Text Example
White with #BDD839
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD839; }
p { color: rgb(189,216,57); }
H1.HeaderClassName
{
color: #BDD839;
}
.AnyTagClassName
{
color: #BDD839;
}
</style>
background-color css
<style>
a { background-color: #BDD839; }
a { background-color: rgb(189,216,57); }
div.DivClassName
{
background-color: #BDD839;
}
.BgClassName
{
background-color: #BDD839;
}
</style>
border-color css
<style>
span { border-color: #BDD839; }
span { border-color: rgb(189,216,57); }
td.TdClassName
{
border-color: #BDD839;
}
.TagClassName
{
border-color: #BDD839;
}
</style>