Shades of Las Palmas #BDD93A
Tints of Las Palmas #BDD93A
RGB
CMYK
RGB Variations
Color information
#BDD93A (or 0xBDD93A) is known color: Las Palmas. HEX triplet: BD, D9 and 3A. RGB value is (189,217,58). Sum of RGB (Red+Green+Blue) = 189+217+58=464 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.73% from 464); Green value is 217 (85.16% from 255 or 46.77% from 464); Blue value is 58 (23.05% from 255 or 12.5% from 464); Max value from RGB is 217 - color contains mainly: green. Hex color #BDD93A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDD93A is #4226C5. Grayscale: #BFBFBF. Windows color (decimal): -4335302 or 3856829. OLE color: 3856829.
HSL color Cylindrical-coordinate representation of color #BDD93A: hue angle of 70.57º 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 #BDD93A is Cyan = 0.13, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 189 | 217 | 58 | - |
| CMYK | 0.13 | 0 | 0.73 | 0.15 |
| HSL | 70.57º | 0.68% | 0.54% | - |
| HSV(B) | 70.57º | 0.73% | 0.85% | - |
| XYZ | 46.56 | 60.75 | 13.27 | - |
| YUV | 190.5 | 53.22 | 126.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 217 | 58 | 0.13 | 0 | 0.73 | 0.15 | 70.57 | 0.68 | 0.54 |
| Hex | BD | D9 | 3A | D | 0 | 49 | F | 47 | 44 | 36 |
| Octal | 275 | 331 | 72 | 15 | 0 | 111 | 17 | 107 | 104 | 66 |
| Binary | 10111101 | 11011001 | 111010 | 1101 | 0 | 1001001 | 1111 | 1000111 | 1000100 | 110110 |
Color Harmonies of #BDD93A
Complementary color
Monochromatic Colors of #BDD93A
Black with #BDD93A
Text Example
Text Example
White with #BDD93A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD93A; }
p { color: rgb(189,217,58); }
H1.HeaderClassName
{
color: #BDD93A;
}
.AnyTagClassName
{
color: #BDD93A;
}
</style>
background-color css
<style>
a { background-color: #BDD93A; }
a { background-color: rgb(189,217,58); }
div.DivClassName
{
background-color: #BDD93A;
}
.BgClassName
{
background-color: #BDD93A;
}
</style>
border-color css
<style>
span { border-color: #BDD93A; }
span { border-color: rgb(189,217,58); }
td.TdClassName
{
border-color: #BDD93A;
}
.TagClassName
{
border-color: #BDD93A;
}
</style>