Shades of Las Palmas #BDDB36
Tints of Las Palmas #BDDB36
RGB
CMYK
RGB Variations
Color information
#BDDB36 (or 0xBDDB36) is known color: Las Palmas. HEX triplet: BD, DB and 36. RGB value is (189,219,54). Sum of RGB (Red+Green+Blue) = 189+219+54=462 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.91% from 462); Green value is 219 (85.94% from 255 or 47.40% from 462); Blue value is 54 (21.48% from 255 or 11.69% from 462); Max value from RGB is 219 - color contains mainly: green. Hex color #BDDB36 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDDB36 is #4224C9. Grayscale: #BFBFBF. Windows color (decimal): -4334794 or 3595197. OLE color: 3595197.
HSL color Cylindrical-coordinate representation of color #BDDB36: hue angle of 70.91º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BDDB36 is Cyan = 0.14, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 189 | 219 | 54 | - |
| CMYK | 0.14 | 0 | 0.75 | 0.14 |
| HSL | 70.91º | 0.7% | 0.54% | - |
| HSV(B) | 70.91º | 0.75% | 0.86% | - |
| XYZ | 46.98 | 61.75 | 12.93 | - |
| YUV | 191.22 | 50.56 | 126.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 219 | 54 | 0.14 | 0 | 0.75 | 0.14 | 70.91 | 0.7 | 0.54 |
| Hex | BD | DB | 36 | E | 0 | 4B | E | 47 | 46 | 36 |
| Octal | 275 | 333 | 66 | 16 | 0 | 113 | 16 | 107 | 106 | 66 |
| Binary | 10111101 | 11011011 | 110110 | 1110 | 0 | 1001011 | 1110 | 1000111 | 1000110 | 110110 |
Color Harmonies of #BDDB36
Complementary color
Monochromatic Colors of #BDDB36
Black with #BDDB36
Text Example
Text Example
White with #BDDB36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDB36; }
p { color: rgb(189,219,54); }
H1.HeaderClassName
{
color: #BDDB36;
}
.AnyTagClassName
{
color: #BDDB36;
}
</style>
background-color css
<style>
a { background-color: #BDDB36; }
a { background-color: rgb(189,219,54); }
div.DivClassName
{
background-color: #BDDB36;
}
.BgClassName
{
background-color: #BDDB36;
}
</style>
border-color css
<style>
span { border-color: #BDDB36; }
span { border-color: rgb(189,219,54); }
td.TdClassName
{
border-color: #BDDB36;
}
.TagClassName
{
border-color: #BDDB36;
}
</style>