Shades of Las Palmas #BDD539
Tints of Las Palmas #BDD539
RGB
CMYK
RGB Variations
Color information
#BDD539 (or 0xBDD539) is known color: Las Palmas. HEX triplet: BD, D5 and 39. RGB value is (189,213,57). Sum of RGB (Red+Green+Blue) = 189+213+57=459 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.18% from 459); Green value is 213 (83.59% from 255 or 46.41% from 459); Blue value is 57 (22.66% from 255 or 12.42% from 459); Max value from RGB is 213 - color contains mainly: green. Hex color #BDD539 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDD539 is #422AC6. Grayscale: #BCBCBC. Windows color (decimal): -4336327 or 3790269. OLE color: 3790269.
HSL color Cylindrical-coordinate representation of color #BDD539: hue angle of 69.23º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BDD539 is Cyan = 0.11, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 189 | 213 | 57 | - |
| CMYK | 0.11 | 0 | 0.73 | 0.16 |
| HSL | 69.23º | 0.65% | 0.53% | - |
| HSV(B) | 69.23º | 0.73% | 0.84% | - |
| XYZ | 45.52 | 58.7 | 12.8 | - |
| YUV | 188.04 | 54.05 | 128.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 213 | 57 | 0.11 | 0 | 0.73 | 0.16 | 69.23 | 0.65 | 0.53 |
| Hex | BD | D5 | 39 | B | 0 | 49 | 10 | 45 | 41 | 35 |
| Octal | 275 | 325 | 71 | 13 | 0 | 111 | 20 | 105 | 101 | 65 |
| Binary | 10111101 | 11010101 | 111001 | 1011 | 0 | 1001001 | 10000 | 1000101 | 1000001 | 110101 |
Color Harmonies of #BDD539
Complementary color
Monochromatic Colors of #BDD539
Black with #BDD539
Text Example
Text Example
White with #BDD539
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD539; }
p { color: rgb(189,213,57); }
H1.HeaderClassName
{
color: #BDD539;
}
.AnyTagClassName
{
color: #BDD539;
}
</style>
background-color css
<style>
a { background-color: #BDD539; }
a { background-color: rgb(189,213,57); }
div.DivClassName
{
background-color: #BDD539;
}
.BgClassName
{
background-color: #BDD539;
}
</style>
border-color css
<style>
span { border-color: #BDD539; }
span { border-color: rgb(189,213,57); }
td.TdClassName
{
border-color: #BDD539;
}
.TagClassName
{
border-color: #BDD539;
}
</style>