Shades of Las Palmas #BDDC3C
Tints of Las Palmas #BDDC3C
RGB
CMYK
RGB Variations
Color information
#BDDC3C (or 0xBDDC3C) is known color: Las Palmas. HEX triplet: BD, DC and 3C. RGB value is (189,220,60). Sum of RGB (Red+Green+Blue) = 189+220+60=469 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.30% from 469); Green value is 220 (86.33% from 255 or 46.91% from 469); Blue value is 60 (23.83% from 255 or 12.79% from 469); Max value from RGB is 220 - color contains mainly: green. Hex color #BDDC3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDDC3C is #4223C3. Grayscale: #C1C1C1. Windows color (decimal): -4334532 or 3988669. OLE color: 3988669.
HSL color Cylindrical-coordinate representation of color #BDDC3C: hue angle of 71.62º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BDDC3C is Cyan = 0.14, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 189 | 220 | 60 | - |
| CMYK | 0.14 | 0 | 0.73 | 0.14 |
| HSL | 71.63º | 0.7% | 0.55% | - |
| HSV(B) | 71.63º | 0.73% | 0.86% | - |
| XYZ | 47.4 | 62.33 | 13.81 | - |
| YUV | 192.49 | 53.23 | 125.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 220 | 60 | 0.14 | 0 | 0.73 | 0.14 | 71.63 | 0.7 | 0.55 |
| Hex | BD | DC | 3C | E | 0 | 49 | E | 48 | 46 | 37 |
| Octal | 275 | 334 | 74 | 16 | 0 | 111 | 16 | 110 | 106 | 67 |
| Binary | 10111101 | 11011100 | 111100 | 1110 | 0 | 1001001 | 1110 | 1001000 | 1000110 | 110111 |
Color Harmonies of #BDDC3C
Complementary color
Monochromatic Colors of #BDDC3C
Black with #BDDC3C
Text Example
Text Example
White with #BDDC3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDC3C; }
p { color: rgb(189,220,60); }
H1.HeaderClassName
{
color: #BDDC3C;
}
.AnyTagClassName
{
color: #BDDC3C;
}
</style>
background-color css
<style>
a { background-color: #BDDC3C; }
a { background-color: rgb(189,220,60); }
div.DivClassName
{
background-color: #BDDC3C;
}
.BgClassName
{
background-color: #BDDC3C;
}
</style>
border-color css
<style>
span { border-color: #BDDC3C; }
span { border-color: rgb(189,220,60); }
td.TdClassName
{
border-color: #BDDC3C;
}
.TagClassName
{
border-color: #BDDC3C;
}
</style>