Shades of Las Palmas #BCD239
Tints of Las Palmas #BCD239
RGB
CMYK
RGB Variations
Color information
#BCD239 (or 0xBCD239) is known color: Las Palmas. HEX triplet: BC, D2 and 39. RGB value is (188,210,57). Sum of RGB (Red+Green+Blue) = 188+210+57=455 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.32% from 455); Green value is 210 (82.42% from 255 or 46.15% from 455); Blue value is 57 (22.66% from 255 or 12.53% from 455); Max value from RGB is 210 - color contains mainly: green. Hex color #BCD239 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCD239 is #432DC6. Grayscale: #BABABA. Windows color (decimal): -4402631 or 3789500. OLE color: 3789500.
HSL color Cylindrical-coordinate representation of color #BCD239: hue angle of 68.63º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BCD239 is Cyan = 0.10, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 188 | 210 | 57 | - |
| CMYK | 0.10 | 0 | 0.73 | 0.18 |
| HSL | 68.63º | 0.63% | 0.52% | - |
| HSV(B) | 68.63º | 0.73% | 0.82% | - |
| XYZ | 44.52 | 57.08 | 12.54 | - |
| YUV | 185.98 | 55.21 | 129.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 210 | 57 | 0.10 | 0 | 0.73 | 0.18 | 68.63 | 0.63 | 0.52 |
| Hex | BC | D2 | 39 | A | 0 | 49 | 12 | 45 | 3F | 34 |
| Octal | 274 | 322 | 71 | 12 | 0 | 111 | 22 | 105 | 77 | 64 |
| Binary | 10111100 | 11010010 | 111001 | 1010 | 0 | 1001001 | 10010 | 1000101 | 111111 | 110100 |
Color Harmonies of #BCD239
Complementary color
Monochromatic Colors of #BCD239
Black with #BCD239
Text Example
Text Example
White with #BCD239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD239; }
p { color: rgb(188,210,57); }
H1.HeaderClassName
{
color: #BCD239;
}
.AnyTagClassName
{
color: #BCD239;
}
</style>
background-color css
<style>
a { background-color: #BCD239; }
a { background-color: rgb(188,210,57); }
div.DivClassName
{
background-color: #BCD239;
}
.BgClassName
{
background-color: #BCD239;
}
</style>
border-color css
<style>
span { border-color: #BCD239; }
span { border-color: rgb(188,210,57); }
td.TdClassName
{
border-color: #BCD239;
}
.TagClassName
{
border-color: #BCD239;
}
</style>