Shades of Las Palmas #BDD738
Tints of Las Palmas #BDD738
RGB
CMYK
RGB Variations
Color information
#BDD738 (or 0xBDD738) is known color: Las Palmas. HEX triplet: BD, D7 and 38. RGB value is (189,215,56). Sum of RGB (Red+Green+Blue) = 189+215+56=460 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.09% from 460); Green value is 215 (84.38% from 255 or 46.74% from 460); Blue value is 56 (22.27% from 255 or 12.17% from 460); Max value from RGB is 215 - color contains mainly: green. Hex color #BDD738 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDD738 is #4228C7. Grayscale: #BDBDBD. Windows color (decimal): -4335816 or 3725245. OLE color: 3725245.
HSL color Cylindrical-coordinate representation of color #BDD738: hue angle of 69.81º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BDD738 is Cyan = 0.12, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 189 | 215 | 56 | - |
| CMYK | 0.12 | 0 | 0.74 | 0.16 |
| HSL | 69.81º | 0.67% | 0.53% | - |
| HSV(B) | 69.81º | 0.74% | 0.84% | - |
| XYZ | 46 | 59.71 | 12.84 | - |
| YUV | 189.1 | 52.89 | 127.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 215 | 56 | 0.12 | 0 | 0.74 | 0.16 | 69.81 | 0.67 | 0.53 |
| Hex | BD | D7 | 38 | C | 0 | 4A | 10 | 46 | 43 | 35 |
| Octal | 275 | 327 | 70 | 14 | 0 | 112 | 20 | 106 | 103 | 65 |
| Binary | 10111101 | 11010111 | 111000 | 1100 | 0 | 1001010 | 10000 | 1000110 | 1000011 | 110101 |
Color Harmonies of #BDD738
Complementary color
Monochromatic Colors of #BDD738
Black with #BDD738
Text Example
Text Example
White with #BDD738
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD738; }
p { color: rgb(189,215,56); }
H1.HeaderClassName
{
color: #BDD738;
}
.AnyTagClassName
{
color: #BDD738;
}
</style>
background-color css
<style>
a { background-color: #BDD738; }
a { background-color: rgb(189,215,56); }
div.DivClassName
{
background-color: #BDD738;
}
.BgClassName
{
background-color: #BDD738;
}
</style>
border-color css
<style>
span { border-color: #BDD738; }
span { border-color: rgb(189,215,56); }
td.TdClassName
{
border-color: #BDD738;
}
.TagClassName
{
border-color: #BDD738;
}
</style>