Shades of Las Palmas #BDD646
Tints of Las Palmas #BDD646
RGB
CMYK
RGB Variations
Color information
#BDD646 (or 0xBDD646) is known color: Las Palmas. HEX triplet: BD, D6 and 46. RGB value is (189,214,70). Sum of RGB (Red+Green+Blue) = 189+214+70=473 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.96% from 473); Green value is 214 (83.98% from 255 or 45.24% from 473); Blue value is 70 (27.73% from 255 or 14.80% from 473); Max value from RGB is 214 - color contains mainly: green. Hex color #BDD646 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDD646 is #4229B9. Grayscale: #BEBEBE. Windows color (decimal): -4336058 or 4642493. OLE color: 4642493.
HSL color Cylindrical-coordinate representation of color #BDD646: hue angle of 70.42º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BDD646 is Cyan = 0.12, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 189 | 214 | 70 | - |
| CMYK | 0.12 | 0 | 0.67 | 0.16 |
| HSL | 70.42º | 0.64% | 0.56% | - |
| HSV(B) | 70.42º | 0.67% | 0.84% | - |
| XYZ | 46.14 | 59.35 | 14.82 | - |
| YUV | 190.11 | 60.22 | 127.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 214 | 70 | 0.12 | 0 | 0.67 | 0.16 | 70.42 | 0.64 | 0.56 |
| Hex | BD | D6 | 46 | C | 0 | 43 | 10 | 46 | 40 | 38 |
| Octal | 275 | 326 | 106 | 14 | 0 | 103 | 20 | 106 | 100 | 70 |
| Binary | 10111101 | 11010110 | 1000110 | 1100 | 0 | 1000011 | 10000 | 1000110 | 1000000 | 111000 |
Color Harmonies of #BDD646
Complementary color
Monochromatic Colors of #BDD646
Black with #BDD646
Text Example
Text Example
White with #BDD646
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD646; }
p { color: rgb(189,214,70); }
H1.HeaderClassName
{
color: #BDD646;
}
.AnyTagClassName
{
color: #BDD646;
}
</style>
background-color css
<style>
a { background-color: #BDD646; }
a { background-color: rgb(189,214,70); }
div.DivClassName
{
background-color: #BDD646;
}
.BgClassName
{
background-color: #BDD646;
}
</style>
border-color css
<style>
span { border-color: #BDD646; }
span { border-color: rgb(189,214,70); }
td.TdClassName
{
border-color: #BDD646;
}
.TagClassName
{
border-color: #BDD646;
}
</style>