Shades of Las Palmas #BDD843
Tints of Las Palmas #BDD843
RGB
CMYK
RGB Variations
Color information
#BDD843 (or 0xBDD843) is known color: Las Palmas. HEX triplet: BD, D8 and 43. RGB value is (189,216,67). Sum of RGB (Red+Green+Blue) = 189+216+67=472 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.04% from 472); Green value is 216 (84.77% from 255 or 45.76% from 472); Blue value is 67 (26.56% from 255 or 14.19% from 472); Max value from RGB is 216 - color contains mainly: green. Hex color #BDD843 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDD843 is #4227BC. Grayscale: #BFBFBF. Windows color (decimal): -4335549 or 4446397. OLE color: 4446397.
HSL color Cylindrical-coordinate representation of color #BDD843: hue angle of 70.87º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BDD843 is Cyan = 0.12, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 189 | 216 | 67 | - |
| CMYK | 0.12 | 0 | 0.69 | 0.15 |
| HSL | 70.87º | 0.66% | 0.55% | - |
| HSV(B) | 70.87º | 0.69% | 0.85% | - |
| XYZ | 46.56 | 60.34 | 14.5 | - |
| YUV | 190.94 | 58.05 | 126.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 216 | 67 | 0.12 | 0 | 0.69 | 0.15 | 70.87 | 0.66 | 0.55 |
| Hex | BD | D8 | 43 | C | 0 | 45 | F | 47 | 42 | 37 |
| Octal | 275 | 330 | 103 | 14 | 0 | 105 | 17 | 107 | 102 | 67 |
| Binary | 10111101 | 11011000 | 1000011 | 1100 | 0 | 1000101 | 1111 | 1000111 | 1000010 | 110111 |
Color Harmonies of #BDD843
Complementary color
Monochromatic Colors of #BDD843
Black with #BDD843
Text Example
Text Example
White with #BDD843
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD843; }
p { color: rgb(189,216,67); }
H1.HeaderClassName
{
color: #BDD843;
}
.AnyTagClassName
{
color: #BDD843;
}
</style>
background-color css
<style>
a { background-color: #BDD843; }
a { background-color: rgb(189,216,67); }
div.DivClassName
{
background-color: #BDD843;
}
.BgClassName
{
background-color: #BDD843;
}
</style>
border-color css
<style>
span { border-color: #BDD843; }
span { border-color: rgb(189,216,67); }
td.TdClassName
{
border-color: #BDD843;
}
.TagClassName
{
border-color: #BDD843;
}
</style>