Shades of Las Palmas #BDDB43
Tints of Las Palmas #BDDB43
RGB
CMYK
RGB Variations
Color information
#BDDB43 (or 0xBDDB43) is known color: Las Palmas. HEX triplet: BD, DB and 43. RGB value is (189,219,67). Sum of RGB (Red+Green+Blue) = 189+219+67=475 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.79% from 475); Green value is 219 (85.94% from 255 or 46.11% from 475); Blue value is 67 (26.56% from 255 or 14.11% from 475); Max value from RGB is 219 - color contains mainly: green. Hex color #BDDB43 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDDB43 is #4224BC. Grayscale: #C1C1C1. Windows color (decimal): -4334781 or 4447165. OLE color: 4447165.
HSL color Cylindrical-coordinate representation of color #BDDB43: hue angle of 71.84º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BDDB43 is Cyan = 0.14, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 189 | 219 | 67 | - |
| CMYK | 0.14 | 0 | 0.69 | 0.14 |
| HSL | 71.84º | 0.68% | 0.56% | - |
| HSV(B) | 71.84º | 0.69% | 0.86% | - |
| XYZ | 47.33 | 61.89 | 14.76 | - |
| YUV | 192.7 | 57.06 | 125.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 219 | 67 | 0.14 | 0 | 0.69 | 0.14 | 71.84 | 0.68 | 0.56 |
| Hex | BD | DB | 43 | E | 0 | 45 | E | 48 | 44 | 38 |
| Octal | 275 | 333 | 103 | 16 | 0 | 105 | 16 | 110 | 104 | 70 |
| Binary | 10111101 | 11011011 | 1000011 | 1110 | 0 | 1000101 | 1110 | 1001000 | 1000100 | 111000 |
Color Harmonies of #BDDB43
Complementary color
Monochromatic Colors of #BDDB43
Black with #BDDB43
Text Example
Text Example
White with #BDDB43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDB43; }
p { color: rgb(189,219,67); }
H1.HeaderClassName
{
color: #BDDB43;
}
.AnyTagClassName
{
color: #BDDB43;
}
</style>
background-color css
<style>
a { background-color: #BDDB43; }
a { background-color: rgb(189,219,67); }
div.DivClassName
{
background-color: #BDDB43;
}
.BgClassName
{
background-color: #BDDB43;
}
</style>
border-color css
<style>
span { border-color: #BDDB43; }
span { border-color: rgb(189,219,67); }
td.TdClassName
{
border-color: #BDDB43;
}
.TagClassName
{
border-color: #BDDB43;
}
</style>