Shades of Las Palmas #BDDB3C
Tints of Las Palmas #BDDB3C
RGB
CMYK
RGB Variations
Color information
#BDDB3C (or 0xBDDB3C) is known color: Las Palmas. HEX triplet: BD, DB and 3C. RGB value is (189,219,60). Sum of RGB (Red+Green+Blue) = 189+219+60=468 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.38% from 468); Green value is 219 (85.94% from 255 or 46.79% from 468); Blue value is 60 (23.83% from 255 or 12.82% from 468); Max value from RGB is 219 - color contains mainly: green. Hex color #BDDB3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDDB3C is #4224C3. Grayscale: #C0C0C0. Windows color (decimal): -4334788 or 3988413. OLE color: 3988413.
HSL color Cylindrical-coordinate representation of color #BDDB3C: hue angle of 71.32º degrees, saturation: 0.69, 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 #BDDB3C is Cyan = 0.14, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 189 | 219 | 60 | - |
| CMYK | 0.14 | 0 | 0.73 | 0.14 |
| HSL | 71.32º | 0.69% | 0.55% | - |
| HSV(B) | 71.32º | 0.73% | 0.86% | - |
| XYZ | 47.13 | 61.81 | 13.72 | - |
| YUV | 191.9 | 53.56 | 125.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 219 | 60 | 0.14 | 0 | 0.73 | 0.14 | 71.32 | 0.69 | 0.55 |
| Hex | BD | DB | 3C | E | 0 | 49 | E | 47 | 45 | 37 |
| Octal | 275 | 333 | 74 | 16 | 0 | 111 | 16 | 107 | 105 | 67 |
| Binary | 10111101 | 11011011 | 111100 | 1110 | 0 | 1001001 | 1110 | 1000111 | 1000101 | 110111 |
Color Harmonies of #BDDB3C
Complementary color
Monochromatic Colors of #BDDB3C
Black with #BDDB3C
Text Example
Text Example
White with #BDDB3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDB3C; }
p { color: rgb(189,219,60); }
H1.HeaderClassName
{
color: #BDDB3C;
}
.AnyTagClassName
{
color: #BDDB3C;
}
</style>
background-color css
<style>
a { background-color: #BDDB3C; }
a { background-color: rgb(189,219,60); }
div.DivClassName
{
background-color: #BDDB3C;
}
.BgClassName
{
background-color: #BDDB3C;
}
</style>
border-color css
<style>
span { border-color: #BDDB3C; }
span { border-color: rgb(189,219,60); }
td.TdClassName
{
border-color: #BDDB3C;
}
.TagClassName
{
border-color: #BDDB3C;
}
</style>