Shades of Las Palmas #BDD736
Tints of Las Palmas #BDD736
RGB
CMYK
RGB Variations
Color information
#BDD736 (or 0xBDD736) is known color: Las Palmas. HEX triplet: BD, D7 and 36. RGB value is (189,215,54). Sum of RGB (Red+Green+Blue) = 189+215+54=458 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.27% from 458); Green value is 215 (84.38% from 255 or 46.94% from 458); Blue value is 54 (21.48% from 255 or 11.79% from 458); Max value from RGB is 215 - color contains mainly: green. Hex color #BDD736 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDD736 is #4228C9. Grayscale: #BDBDBD. Windows color (decimal): -4335818 or 3594173. OLE color: 3594173.
HSL color Cylindrical-coordinate representation of color #BDD736: hue angle of 69.69º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BDD736 is Cyan = 0.12, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 189 | 215 | 54 | - |
| CMYK | 0.12 | 0 | 0.75 | 0.16 |
| HSL | 69.69º | 0.67% | 0.53% | - |
| HSV(B) | 69.69º | 0.75% | 0.84% | - |
| XYZ | 45.95 | 59.69 | 12.59 | - |
| YUV | 188.87 | 51.89 | 128.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 215 | 54 | 0.12 | 0 | 0.75 | 0.16 | 69.69 | 0.67 | 0.53 |
| Hex | BD | D7 | 36 | C | 0 | 4B | 10 | 46 | 43 | 35 |
| Octal | 275 | 327 | 66 | 14 | 0 | 113 | 20 | 106 | 103 | 65 |
| Binary | 10111101 | 11010111 | 110110 | 1100 | 0 | 1001011 | 10000 | 1000110 | 1000011 | 110101 |
Color Harmonies of #BDD736
Complementary color
Monochromatic Colors of #BDD736
Black with #BDD736
Text Example
Text Example
White with #BDD736
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD736; }
p { color: rgb(189,215,54); }
H1.HeaderClassName
{
color: #BDD736;
}
.AnyTagClassName
{
color: #BDD736;
}
</style>
background-color css
<style>
a { background-color: #BDD736; }
a { background-color: rgb(189,215,54); }
div.DivClassName
{
background-color: #BDD736;
}
.BgClassName
{
background-color: #BDD736;
}
</style>
border-color css
<style>
span { border-color: #BDD736; }
span { border-color: rgb(189,215,54); }
td.TdClassName
{
border-color: #BDD736;
}
.TagClassName
{
border-color: #BDD736;
}
</style>