Shades of Las Palmas #BDDB3D
Tints of Las Palmas #BDDB3D
RGB
CMYK
RGB Variations
Color information
#BDDB3D (or 0xBDDB3D) is known color: Las Palmas. HEX triplet: BD, DB and 3D. RGB value is (189,219,61). Sum of RGB (Red+Green+Blue) = 189+219+61=469 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.30% from 469); Green value is 219 (85.94% from 255 or 46.70% from 469); Blue value is 61 (24.22% from 255 or 13.01% from 469); Max value from RGB is 219 - color contains mainly: green. Hex color #BDDB3D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDDB3D is #4224C2. Grayscale: #C0C0C0. Windows color (decimal): -4334787 or 4053949. OLE color: 4053949.
HSL color Cylindrical-coordinate representation of color #BDDB3D: hue angle of 71.39º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BDDB3D is Cyan = 0.14, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 189 | 219 | 61 | - |
| CMYK | 0.14 | 0 | 0.72 | 0.14 |
| HSL | 71.39º | 0.69% | 0.55% | - |
| HSV(B) | 71.39º | 0.72% | 0.86% | - |
| XYZ | 47.16 | 61.82 | 13.86 | - |
| YUV | 192.02 | 54.06 | 125.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 219 | 61 | 0.14 | 0 | 0.72 | 0.14 | 71.39 | 0.69 | 0.55 |
| Hex | BD | DB | 3D | E | 0 | 48 | E | 47 | 45 | 37 |
| Octal | 275 | 333 | 75 | 16 | 0 | 110 | 16 | 107 | 105 | 67 |
| Binary | 10111101 | 11011011 | 111101 | 1110 | 0 | 1001000 | 1110 | 1000111 | 1000101 | 110111 |
Color Harmonies of #BDDB3D
Complementary color
Monochromatic Colors of #BDDB3D
Black with #BDDB3D
Text Example
Text Example
White with #BDDB3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDB3D; }
p { color: rgb(189,219,61); }
H1.HeaderClassName
{
color: #BDDB3D;
}
.AnyTagClassName
{
color: #BDDB3D;
}
</style>
background-color css
<style>
a { background-color: #BDDB3D; }
a { background-color: rgb(189,219,61); }
div.DivClassName
{
background-color: #BDDB3D;
}
.BgClassName
{
background-color: #BDDB3D;
}
</style>
border-color css
<style>
span { border-color: #BDDB3D; }
span { border-color: rgb(189,219,61); }
td.TdClassName
{
border-color: #BDDB3D;
}
.TagClassName
{
border-color: #BDDB3D;
}
</style>