Shades of Las Palmas #BDCE3E
Tints of Las Palmas #BDCE3E
RGB
CMYK
RGB Variations
Color information
#BDCE3E (or 0xBDCE3E) is known color: Las Palmas. HEX triplet: BD, CE and 3E. RGB value is (189,206,62). Sum of RGB (Red+Green+Blue) = 189+206+62=457 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.36% from 457); Green value is 206 (80.86% from 255 or 45.08% from 457); Blue value is 62 (24.61% from 255 or 13.57% from 457); Max value from RGB is 206 - color contains mainly: green. Hex color #BDCE3E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDCE3E is #4231C1. Grayscale: #B9B9B9. Windows color (decimal): -4338114 or 4116157. OLE color: 4116157.
HSL color Cylindrical-coordinate representation of color #BDCE3E: hue angle of 67.08º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BDCE3E is Cyan = 0.08, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 189 | 206 | 62 | - |
| CMYK | 0.08 | 0 | 0.70 | 0.19 |
| HSL | 67.08º | 0.6% | 0.53% | - |
| HSV(B) | 67.08º | 0.7% | 0.81% | - |
| XYZ | 43.93 | 55.31 | 12.92 | - |
| YUV | 184.5 | 58.87 | 131.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 206 | 62 | 0.08 | 0 | 0.70 | 0.19 | 67.08 | 0.6 | 0.53 |
| Hex | BD | CE | 3E | 8 | 0 | 46 | 13 | 43 | 3C | 35 |
| Octal | 275 | 316 | 76 | 10 | 0 | 106 | 23 | 103 | 74 | 65 |
| Binary | 10111101 | 11001110 | 111110 | 1000 | 0 | 1000110 | 10011 | 1000011 | 111100 | 110101 |
Color Harmonies of #BDCE3E
Complementary color
Monochromatic Colors of #BDCE3E
Black with #BDCE3E
Text Example
Text Example
White with #BDCE3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDCE3E; }
p { color: rgb(189,206,62); }
H1.HeaderClassName
{
color: #BDCE3E;
}
.AnyTagClassName
{
color: #BDCE3E;
}
</style>
background-color css
<style>
a { background-color: #BDCE3E; }
a { background-color: rgb(189,206,62); }
div.DivClassName
{
background-color: #BDCE3E;
}
.BgClassName
{
background-color: #BDCE3E;
}
</style>
border-color css
<style>
span { border-color: #BDCE3E; }
span { border-color: rgb(189,206,62); }
td.TdClassName
{
border-color: #BDCE3E;
}
.TagClassName
{
border-color: #BDCE3E;
}
</style>