Shades of Las Palmas #BDD239
Tints of Las Palmas #BDD239
RGB
CMYK
RGB Variations
Color information
#BDD239 (or 0xBDD239) is known color: Las Palmas. HEX triplet: BD, D2 and 39. RGB value is (189,210,57). Sum of RGB (Red+Green+Blue) = 189+210+57=456 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.45% from 456); Green value is 210 (82.42% from 255 or 46.05% from 456); Blue value is 57 (22.66% from 255 or 12.5% from 456); Max value from RGB is 210 - color contains mainly: green. Hex color #BDD239 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDD239 is #422DC6. Grayscale: #BABABA. Windows color (decimal): -4337095 or 3789501. OLE color: 3789501.
HSL color Cylindrical-coordinate representation of color #BDD239: hue angle of 68.24º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BDD239 is Cyan = 0.10, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 189 | 210 | 57 | - |
| CMYK | 0.10 | 0 | 0.73 | 0.18 |
| HSL | 68.24º | 0.63% | 0.52% | - |
| HSV(B) | 68.24º | 0.73% | 0.82% | - |
| XYZ | 44.77 | 57.21 | 12.55 | - |
| YUV | 186.28 | 55.04 | 129.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 210 | 57 | 0.10 | 0 | 0.73 | 0.18 | 68.24 | 0.63 | 0.52 |
| Hex | BD | D2 | 39 | A | 0 | 49 | 12 | 44 | 3F | 34 |
| Octal | 275 | 322 | 71 | 12 | 0 | 111 | 22 | 104 | 77 | 64 |
| Binary | 10111101 | 11010010 | 111001 | 1010 | 0 | 1001001 | 10010 | 1000100 | 111111 | 110100 |
Color Harmonies of #BDD239
Complementary color
Monochromatic Colors of #BDD239
Black with #BDD239
Text Example
Text Example
White with #BDD239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD239; }
p { color: rgb(189,210,57); }
H1.HeaderClassName
{
color: #BDD239;
}
.AnyTagClassName
{
color: #BDD239;
}
</style>
background-color css
<style>
a { background-color: #BDD239; }
a { background-color: rgb(189,210,57); }
div.DivClassName
{
background-color: #BDD239;
}
.BgClassName
{
background-color: #BDD239;
}
</style>
border-color css
<style>
span { border-color: #BDD239; }
span { border-color: rgb(189,210,57); }
td.TdClassName
{
border-color: #BDD239;
}
.TagClassName
{
border-color: #BDD239;
}
</style>