Shades of Las Palmas #BDCE40
Tints of Las Palmas #BDCE40
RGB
CMYK
RGB Variations
Color information
#BDCE40 (or 0xBDCE40) is known color: Las Palmas. HEX triplet: BD, CE and 40. RGB value is (189,206,64). Sum of RGB (Red+Green+Blue) = 189+206+64=459 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.18% from 459); Green value is 206 (80.86% from 255 or 44.88% from 459); Blue value is 64 (25.39% from 255 or 13.94% from 459); Max value from RGB is 206 - color contains mainly: green. Hex color #BDCE40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDCE40 is #4231BF. Grayscale: #B9B9B9. Windows color (decimal): -4338112 or 4247229. OLE color: 4247229.
HSL color Cylindrical-coordinate representation of color #BDCE40: hue angle of 67.18º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BDCE40 is Cyan = 0.08, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 189 | 206 | 64 | - |
| CMYK | 0.08 | 0 | 0.69 | 0.19 |
| HSL | 67.18º | 0.59% | 0.53% | - |
| HSV(B) | 67.18º | 0.69% | 0.81% | - |
| XYZ | 43.98 | 55.33 | 13.21 | - |
| YUV | 184.73 | 59.87 | 131.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 206 | 64 | 0.08 | 0 | 0.69 | 0.19 | 67.18 | 0.59 | 0.53 |
| Hex | BD | CE | 40 | 8 | 0 | 45 | 13 | 43 | 3B | 35 |
| Octal | 275 | 316 | 100 | 10 | 0 | 105 | 23 | 103 | 73 | 65 |
| Binary | 10111101 | 11001110 | 1000000 | 1000 | 0 | 1000101 | 10011 | 1000011 | 111011 | 110101 |
Color Harmonies of #BDCE40
Complementary color
Monochromatic Colors of #BDCE40
Black with #BDCE40
Text Example
Text Example
White with #BDCE40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDCE40; }
p { color: rgb(189,206,64); }
H1.HeaderClassName
{
color: #BDCE40;
}
.AnyTagClassName
{
color: #BDCE40;
}
</style>
background-color css
<style>
a { background-color: #BDCE40; }
a { background-color: rgb(189,206,64); }
div.DivClassName
{
background-color: #BDCE40;
}
.BgClassName
{
background-color: #BDCE40;
}
</style>
border-color css
<style>
span { border-color: #BDCE40; }
span { border-color: rgb(189,206,64); }
td.TdClassName
{
border-color: #BDCE40;
}
.TagClassName
{
border-color: #BDCE40;
}
</style>