Shades of Las Palmas #BCD23D
Tints of Las Palmas #BCD23D
RGB
CMYK
RGB Variations
Color information
#BCD23D (or 0xBCD23D) is known color: Las Palmas. HEX triplet: BC, D2 and 3D. RGB value is (188,210,61). Sum of RGB (Red+Green+Blue) = 188+210+61=459 (60% of max value = 765). Red value is 188 (73.83% from 255 or 40.96% from 459); Green value is 210 (82.42% from 255 or 45.75% from 459); Blue value is 61 (24.22% from 255 or 13.29% from 459); Max value from RGB is 210 - color contains mainly: green. Hex color #BCD23D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCD23D is #432DC2. Grayscale: #BBBBBB. Windows color (decimal): -4402627 or 4051644. OLE color: 4051644.
HSL color Cylindrical-coordinate representation of color #BCD23D: hue angle of 68.86º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BCD23D is Cyan = 0.10, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 188 | 210 | 61 | - |
| CMYK | 0.10 | 0 | 0.71 | 0.18 |
| HSL | 68.86º | 0.62% | 0.53% | - |
| HSV(B) | 68.86º | 0.71% | 0.82% | - |
| XYZ | 44.63 | 57.12 | 13.09 | - |
| YUV | 186.44 | 57.21 | 129.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 210 | 61 | 0.10 | 0 | 0.71 | 0.18 | 68.86 | 0.62 | 0.53 |
| Hex | BC | D2 | 3D | A | 0 | 47 | 12 | 45 | 3E | 35 |
| Octal | 274 | 322 | 75 | 12 | 0 | 107 | 22 | 105 | 76 | 65 |
| Binary | 10111100 | 11010010 | 111101 | 1010 | 0 | 1000111 | 10010 | 1000101 | 111110 | 110101 |
Color Harmonies of #BCD23D
Complementary color
Monochromatic Colors of #BCD23D
Black with #BCD23D
Text Example
Text Example
White with #BCD23D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD23D; }
p { color: rgb(188,210,61); }
H1.HeaderClassName
{
color: #BCD23D;
}
.AnyTagClassName
{
color: #BCD23D;
}
</style>
background-color css
<style>
a { background-color: #BCD23D; }
a { background-color: rgb(188,210,61); }
div.DivClassName
{
background-color: #BCD23D;
}
.BgClassName
{
background-color: #BCD23D;
}
</style>
border-color css
<style>
span { border-color: #BCD23D; }
span { border-color: rgb(188,210,61); }
td.TdClassName
{
border-color: #BCD23D;
}
.TagClassName
{
border-color: #BCD23D;
}
</style>