Shades of Las Palmas #BCD339
Tints of Las Palmas #BCD339
RGB
CMYK
RGB Variations
Color information
#BCD339 (or 0xBCD339) is known color: Las Palmas. HEX triplet: BC, D3 and 39. RGB value is (188,211,57). Sum of RGB (Red+Green+Blue) = 188+211+57=456 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.23% from 456); Green value is 211 (82.81% from 255 or 46.27% from 456); Blue value is 57 (22.66% from 255 or 12.5% from 456); Max value from RGB is 211 - color contains mainly: green. Hex color #BCD339 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCD339 is #432CC6. Grayscale: #BBBBBB. Windows color (decimal): -4402375 or 3789756. OLE color: 3789756.
HSL color Cylindrical-coordinate representation of color #BCD339: hue angle of 68.96º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BCD339 is Cyan = 0.11, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 188 | 211 | 57 | - |
| CMYK | 0.11 | 0 | 0.73 | 0.17 |
| HSL | 68.96º | 0.64% | 0.53% | - |
| HSV(B) | 68.96º | 0.73% | 0.83% | - |
| XYZ | 44.77 | 57.58 | 12.62 | - |
| YUV | 186.57 | 54.88 | 129.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 211 | 57 | 0.11 | 0 | 0.73 | 0.17 | 68.96 | 0.64 | 0.53 |
| Hex | BC | D3 | 39 | B | 0 | 49 | 11 | 45 | 40 | 35 |
| Octal | 274 | 323 | 71 | 13 | 0 | 111 | 21 | 105 | 100 | 65 |
| Binary | 10111100 | 11010011 | 111001 | 1011 | 0 | 1001001 | 10001 | 1000101 | 1000000 | 110101 |
Color Harmonies of #BCD339
Complementary color
Monochromatic Colors of #BCD339
Black with #BCD339
Text Example
Text Example
White with #BCD339
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD339; }
p { color: rgb(188,211,57); }
H1.HeaderClassName
{
color: #BCD339;
}
.AnyTagClassName
{
color: #BCD339;
}
</style>
background-color css
<style>
a { background-color: #BCD339; }
a { background-color: rgb(188,211,57); }
div.DivClassName
{
background-color: #BCD339;
}
.BgClassName
{
background-color: #BCD339;
}
</style>
border-color css
<style>
span { border-color: #BCD339; }
span { border-color: rgb(188,211,57); }
td.TdClassName
{
border-color: #BCD339;
}
.TagClassName
{
border-color: #BCD339;
}
</style>