Shades of Las Palmas #BDD73B
Tints of Las Palmas #BDD73B
RGB
CMYK
RGB Variations
Color information
#BDD73B (or 0xBDD73B) is known color: Las Palmas. HEX triplet: BD, D7 and 3B. RGB value is (189,215,59). Sum of RGB (Red+Green+Blue) = 189+215+59=463 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.82% from 463); Green value is 215 (84.38% from 255 or 46.44% from 463); Blue value is 59 (23.44% from 255 or 12.74% from 463); Max value from RGB is 215 - color contains mainly: green. Hex color #BDD73B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDD73B is #4228C4. Grayscale: #BEBEBE. Windows color (decimal): -4335813 or 3921853. OLE color: 3921853.
HSL color Cylindrical-coordinate representation of color #BDD73B: hue angle of 70º degrees, saturation: 0.66, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BDD73B is Cyan = 0.12, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 189 | 215 | 59 | - |
| CMYK | 0.12 | 0 | 0.73 | 0.16 |
| HSL | 70º | 0.66% | 0.54% | - |
| HSV(B) | 70º | 0.73% | 0.84% | - |
| XYZ | 46.08 | 59.74 | 13.24 | - |
| YUV | 189.44 | 54.39 | 127.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 215 | 59 | 0.12 | 0 | 0.73 | 0.16 | 70 | 0.66 | 0.54 |
| Hex | BD | D7 | 3B | C | 0 | 49 | 10 | 46 | 42 | 36 |
| Octal | 275 | 327 | 73 | 14 | 0 | 111 | 20 | 106 | 102 | 66 |
| Binary | 10111101 | 11010111 | 111011 | 1100 | 0 | 1001001 | 10000 | 1000110 | 1000010 | 110110 |
Color Harmonies of #BDD73B
Complementary color
Monochromatic Colors of #BDD73B
Black with #BDD73B
Text Example
Text Example
White with #BDD73B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD73B; }
p { color: rgb(189,215,59); }
H1.HeaderClassName
{
color: #BDD73B;
}
.AnyTagClassName
{
color: #BDD73B;
}
</style>
background-color css
<style>
a { background-color: #BDD73B; }
a { background-color: rgb(189,215,59); }
div.DivClassName
{
background-color: #BDD73B;
}
.BgClassName
{
background-color: #BDD73B;
}
</style>
border-color css
<style>
span { border-color: #BDD73B; }
span { border-color: rgb(189,215,59); }
td.TdClassName
{
border-color: #BDD73B;
}
.TagClassName
{
border-color: #BDD73B;
}
</style>