Shades of Las Palmas #BDCC3E
Tints of Las Palmas #BDCC3E
RGB
CMYK
RGB Variations
Color information
#BDCC3E (or 0xBDCC3E) is known color: Las Palmas. HEX triplet: BD, CC and 3E. RGB value is (189,204,62). Sum of RGB (Red+Green+Blue) = 189+204+62=455 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.54% from 455); Green value is 204 (80.08% from 255 or 44.84% from 455); Blue value is 62 (24.61% from 255 or 13.63% from 455); Max value from RGB is 204 - color contains mainly: green. Hex color #BDCC3E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDCC3E is #4233C1. Grayscale: #B7B7B7. Windows color (decimal): -4338626 or 4115645. OLE color: 4115645.
HSL color Cylindrical-coordinate representation of color #BDCC3E: hue angle of 66.34º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BDCC3E is Cyan = 0.07, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 189 | 204 | 62 | - |
| CMYK | 0.07 | 0 | 0.70 | 0.2 |
| HSL | 66.34º | 0.58% | 0.52% | - |
| HSV(B) | 66.34º | 0.7% | 0.8% | - |
| XYZ | 43.45 | 54.35 | 12.76 | - |
| YUV | 183.33 | 59.53 | 132.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 204 | 62 | 0.07 | 0 | 0.70 | 0.2 | 66.34 | 0.58 | 0.52 |
| Hex | BD | CC | 3E | 7 | 0 | 46 | 14 | 42 | 3A | 34 |
| Octal | 275 | 314 | 76 | 7 | 0 | 106 | 24 | 102 | 72 | 64 |
| Binary | 10111101 | 11001100 | 111110 | 111 | 0 | 1000110 | 10100 | 1000010 | 111010 | 110100 |
Color Harmonies of #BDCC3E
Complementary color
Monochromatic Colors of #BDCC3E
Black with #BDCC3E
Text Example
Text Example
White with #BDCC3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDCC3E; }
p { color: rgb(189,204,62); }
H1.HeaderClassName
{
color: #BDCC3E;
}
.AnyTagClassName
{
color: #BDCC3E;
}
</style>
background-color css
<style>
a { background-color: #BDCC3E; }
a { background-color: rgb(189,204,62); }
div.DivClassName
{
background-color: #BDCC3E;
}
.BgClassName
{
background-color: #BDCC3E;
}
</style>
border-color css
<style>
span { border-color: #BDCC3E; }
span { border-color: rgb(189,204,62); }
td.TdClassName
{
border-color: #BDCC3E;
}
.TagClassName
{
border-color: #BDCC3E;
}
</style>