Shades of Las Palmas #BDD836
Tints of Las Palmas #BDD836
RGB
CMYK
RGB Variations
Color information
#BDD836 (or 0xBDD836) is known color: Las Palmas. HEX triplet: BD, D8 and 36. RGB value is (189,216,54). Sum of RGB (Red+Green+Blue) = 189+216+54=459 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.18% from 459); Green value is 216 (84.77% from 255 or 47.06% from 459); Blue value is 54 (21.48% from 255 or 11.76% from 459); Max value from RGB is 216 - color contains mainly: green. Hex color #BDD836 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDD836 is #4227C9. Grayscale: #BEBEBE. Windows color (decimal): -4335562 or 3594429. OLE color: 3594429.
HSL color Cylindrical-coordinate representation of color #BDD836: hue angle of 70º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BDD836 is Cyan = 0.12, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 189 | 216 | 54 | - |
| CMYK | 0.12 | 0 | 0.75 | 0.15 |
| HSL | 70º | 0.68% | 0.53% | - |
| HSV(B) | 70º | 0.75% | 0.85% | - |
| XYZ | 46.21 | 60.2 | 12.67 | - |
| YUV | 189.46 | 51.55 | 127.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 216 | 54 | 0.12 | 0 | 0.75 | 0.15 | 70 | 0.68 | 0.53 |
| Hex | BD | D8 | 36 | C | 0 | 4B | F | 46 | 44 | 35 |
| Octal | 275 | 330 | 66 | 14 | 0 | 113 | 17 | 106 | 104 | 65 |
| Binary | 10111101 | 11011000 | 110110 | 1100 | 0 | 1001011 | 1111 | 1000110 | 1000100 | 110101 |
Color Harmonies of #BDD836
Complementary color
Monochromatic Colors of #BDD836
Black with #BDD836
Text Example
Text Example
White with #BDD836
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD836; }
p { color: rgb(189,216,54); }
H1.HeaderClassName
{
color: #BDD836;
}
.AnyTagClassName
{
color: #BDD836;
}
</style>
background-color css
<style>
a { background-color: #BDD836; }
a { background-color: rgb(189,216,54); }
div.DivClassName
{
background-color: #BDD836;
}
.BgClassName
{
background-color: #BDD836;
}
</style>
border-color css
<style>
span { border-color: #BDD836; }
span { border-color: rgb(189,216,54); }
td.TdClassName
{
border-color: #BDD836;
}
.TagClassName
{
border-color: #BDD836;
}
</style>