Shades of Las Palmas #BDDA3C
Tints of Las Palmas #BDDA3C
RGB
CMYK
RGB Variations
Color information
#BDDA3C (or 0xBDDA3C) is known color: Las Palmas. HEX triplet: BD, DA and 3C. RGB value is (189,218,60). Sum of RGB (Red+Green+Blue) = 189+218+60=467 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.47% from 467); Green value is 218 (85.55% from 255 or 46.68% from 467); Blue value is 60 (23.83% from 255 or 12.85% from 467); Max value from RGB is 218 - color contains mainly: green. Hex color #BDDA3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDDA3C is #4225C3. Grayscale: #BFBFBF. Windows color (decimal): -4335044 or 3988157. OLE color: 3988157.
HSL color Cylindrical-coordinate representation of color #BDDA3C: hue angle of 71.01º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BDDA3C is Cyan = 0.13, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 189 | 218 | 60 | - |
| CMYK | 0.13 | 0 | 0.72 | 0.15 |
| HSL | 71.01º | 0.68% | 0.55% | - |
| HSV(B) | 71.01º | 0.72% | 0.85% | - |
| XYZ | 46.87 | 61.29 | 13.63 | - |
| YUV | 191.32 | 53.89 | 126.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 218 | 60 | 0.13 | 0 | 0.72 | 0.15 | 71.01 | 0.68 | 0.55 |
| Hex | BD | DA | 3C | D | 0 | 48 | F | 47 | 44 | 37 |
| Octal | 275 | 332 | 74 | 15 | 0 | 110 | 17 | 107 | 104 | 67 |
| Binary | 10111101 | 11011010 | 111100 | 1101 | 0 | 1001000 | 1111 | 1000111 | 1000100 | 110111 |
Color Harmonies of #BDDA3C
Complementary color
Monochromatic Colors of #BDDA3C
Black with #BDDA3C
Text Example
Text Example
White with #BDDA3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDA3C; }
p { color: rgb(189,218,60); }
H1.HeaderClassName
{
color: #BDDA3C;
}
.AnyTagClassName
{
color: #BDDA3C;
}
</style>
background-color css
<style>
a { background-color: #BDDA3C; }
a { background-color: rgb(189,218,60); }
div.DivClassName
{
background-color: #BDDA3C;
}
.BgClassName
{
background-color: #BDDA3C;
}
</style>
border-color css
<style>
span { border-color: #BDDA3C; }
span { border-color: rgb(189,218,60); }
td.TdClassName
{
border-color: #BDDA3C;
}
.TagClassName
{
border-color: #BDDA3C;
}
</style>