Shades of Las Palmas #BCD83D
Tints of Las Palmas #BCD83D
RGB
CMYK
RGB Variations
Color information
#BCD83D (or 0xBCD83D) is known color: Las Palmas. HEX triplet: BC, D8 and 3D. RGB value is (188,216,61). Sum of RGB (Red+Green+Blue) = 188+216+61=465 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.43% from 465); Green value is 216 (84.77% from 255 or 46.45% from 465); Blue value is 61 (24.22% from 255 or 13.12% from 465); Max value from RGB is 216 - color contains mainly: green. Hex color #BCD83D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCD83D is #4327C2. Grayscale: #BEBEBE. Windows color (decimal): -4401091 or 4053180. OLE color: 4053180.
HSL color Cylindrical-coordinate representation of color #BCD83D: hue angle of 70.84º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BCD83D is Cyan = 0.13, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 188 | 216 | 61 | - |
| CMYK | 0.13 | 0 | 0.72 | 0.15 |
| HSL | 70.84º | 0.67% | 0.54% | - |
| HSV(B) | 70.84º | 0.72% | 0.85% | - |
| XYZ | 46.14 | 60.14 | 13.59 | - |
| YUV | 189.96 | 55.22 | 126.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 216 | 61 | 0.13 | 0 | 0.72 | 0.15 | 70.84 | 0.67 | 0.54 |
| Hex | BC | D8 | 3D | D | 0 | 48 | F | 47 | 43 | 36 |
| Octal | 274 | 330 | 75 | 15 | 0 | 110 | 17 | 107 | 103 | 66 |
| Binary | 10111100 | 11011000 | 111101 | 1101 | 0 | 1001000 | 1111 | 1000111 | 1000011 | 110110 |
Color Harmonies of #BCD83D
Complementary color
Monochromatic Colors of #BCD83D
Black with #BCD83D
Text Example
Text Example
White with #BCD83D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD83D; }
p { color: rgb(188,216,61); }
H1.HeaderClassName
{
color: #BCD83D;
}
.AnyTagClassName
{
color: #BCD83D;
}
</style>
background-color css
<style>
a { background-color: #BCD83D; }
a { background-color: rgb(188,216,61); }
div.DivClassName
{
background-color: #BCD83D;
}
.BgClassName
{
background-color: #BCD83D;
}
</style>
border-color css
<style>
span { border-color: #BCD83D; }
span { border-color: rgb(188,216,61); }
td.TdClassName
{
border-color: #BCD83D;
}
.TagClassName
{
border-color: #BCD83D;
}
</style>