Shades of Las Palmas #BDD343
Tints of Las Palmas #BDD343
RGB
CMYK
RGB Variations
Color information
#BDD343 (or 0xBDD343) is known color: Las Palmas. HEX triplet: BD, D3 and 43. RGB value is (189,211,67). Sum of RGB (Red+Green+Blue) = 189+211+67=467 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.47% from 467); Green value is 211 (82.81% from 255 or 45.18% from 467); Blue value is 67 (26.56% from 255 or 14.35% from 467); Max value from RGB is 211 - color contains mainly: green. Hex color #BDD343 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDD343 is #422CBC. Grayscale: #BCBCBC. Windows color (decimal): -4336829 or 4445117. OLE color: 4445117.
HSL color Cylindrical-coordinate representation of color #BDD343: hue angle of 69.17º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BDD343 is Cyan = 0.10, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 189 | 211 | 67 | - |
| CMYK | 0.10 | 0 | 0.68 | 0.17 |
| HSL | 69.17º | 0.62% | 0.55% | - |
| HSV(B) | 69.17º | 0.68% | 0.83% | - |
| XYZ | 45.29 | 57.81 | 14.08 | - |
| YUV | 188.01 | 59.71 | 128.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 211 | 67 | 0.10 | 0 | 0.68 | 0.17 | 69.17 | 0.62 | 0.55 |
| Hex | BD | D3 | 43 | A | 0 | 44 | 11 | 45 | 3E | 37 |
| Octal | 275 | 323 | 103 | 12 | 0 | 104 | 21 | 105 | 76 | 67 |
| Binary | 10111101 | 11010011 | 1000011 | 1010 | 0 | 1000100 | 10001 | 1000101 | 111110 | 110111 |
Color Harmonies of #BDD343
Complementary color
Monochromatic Colors of #BDD343
Black with #BDD343
Text Example
Text Example
White with #BDD343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD343; }
p { color: rgb(189,211,67); }
H1.HeaderClassName
{
color: #BDD343;
}
.AnyTagClassName
{
color: #BDD343;
}
</style>
background-color css
<style>
a { background-color: #BDD343; }
a { background-color: rgb(189,211,67); }
div.DivClassName
{
background-color: #BDD343;
}
.BgClassName
{
background-color: #BDD343;
}
</style>
border-color css
<style>
span { border-color: #BDD343; }
span { border-color: rgb(189,211,67); }
td.TdClassName
{
border-color: #BDD343;
}
.TagClassName
{
border-color: #BDD343;
}
</style>