Shades of Las Palmas #BDD93B
Tints of Las Palmas #BDD93B
RGB
CMYK
RGB Variations
Color information
#BDD93B (or 0xBDD93B) is known color: Las Palmas. HEX triplet: BD, D9 and 3B. RGB value is (189,217,59). Sum of RGB (Red+Green+Blue) = 189+217+59=465 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.65% from 465); Green value is 217 (85.16% from 255 or 46.67% from 465); Blue value is 59 (23.44% from 255 or 12.69% from 465); Max value from RGB is 217 - color contains mainly: green. Hex color #BDD93B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDD93B is #4226C4. Grayscale: #BFBFBF. Windows color (decimal): -4335301 or 3922365. OLE color: 3922365.
HSL color Cylindrical-coordinate representation of color #BDD93B: hue angle of 70.63º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BDD93B is Cyan = 0.13, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 189 | 217 | 59 | - |
| CMYK | 0.13 | 0 | 0.73 | 0.15 |
| HSL | 70.63º | 0.68% | 0.54% | - |
| HSV(B) | 70.63º | 0.73% | 0.85% | - |
| XYZ | 46.59 | 60.76 | 13.41 | - |
| YUV | 190.62 | 53.72 | 126.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 217 | 59 | 0.13 | 0 | 0.73 | 0.15 | 70.63 | 0.68 | 0.54 |
| Hex | BD | D9 | 3B | D | 0 | 49 | F | 47 | 44 | 36 |
| Octal | 275 | 331 | 73 | 15 | 0 | 111 | 17 | 107 | 104 | 66 |
| Binary | 10111101 | 11011001 | 111011 | 1101 | 0 | 1001001 | 1111 | 1000111 | 1000100 | 110110 |
Color Harmonies of #BDD93B
Complementary color
Monochromatic Colors of #BDD93B
Black with #BDD93B
Text Example
Text Example
White with #BDD93B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD93B; }
p { color: rgb(189,217,59); }
H1.HeaderClassName
{
color: #BDD93B;
}
.AnyTagClassName
{
color: #BDD93B;
}
</style>
background-color css
<style>
a { background-color: #BDD93B; }
a { background-color: rgb(189,217,59); }
div.DivClassName
{
background-color: #BDD93B;
}
.BgClassName
{
background-color: #BDD93B;
}
</style>
border-color css
<style>
span { border-color: #BDD93B; }
span { border-color: rgb(189,217,59); }
td.TdClassName
{
border-color: #BDD93B;
}
.TagClassName
{
border-color: #BDD93B;
}
</style>