Shades of Las Palmas #BCD33A
Tints of Las Palmas #BCD33A
RGB
CMYK
RGB Variations
Color information
#BCD33A (or 0xBCD33A) is known color: Las Palmas. HEX triplet: BC, D3 and 3A. RGB value is (188,211,58). Sum of RGB (Red+Green+Blue) = 188+211+58=457 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.14% from 457); Green value is 211 (82.81% from 255 or 46.17% from 457); Blue value is 58 (23.05% from 255 or 12.69% from 457); Max value from RGB is 211 - color contains mainly: green. Hex color #BCD33A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCD33A is #432CC5. Grayscale: #BBBBBB. Windows color (decimal): -4402374 or 3855292. OLE color: 3855292.
HSL color Cylindrical-coordinate representation of color #BCD33A: hue angle of 69.02º degrees, saturation: 0.63, 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 #BCD33A is Cyan = 0.11, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 188 | 211 | 58 | - |
| CMYK | 0.11 | 0 | 0.73 | 0.17 |
| HSL | 69.02º | 0.63% | 0.53% | - |
| HSV(B) | 69.02º | 0.73% | 0.83% | - |
| XYZ | 44.8 | 57.59 | 12.76 | - |
| YUV | 186.68 | 55.38 | 128.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 211 | 58 | 0.11 | 0 | 0.73 | 0.17 | 69.02 | 0.63 | 0.53 |
| Hex | BC | D3 | 3A | B | 0 | 49 | 11 | 45 | 3F | 35 |
| Octal | 274 | 323 | 72 | 13 | 0 | 111 | 21 | 105 | 77 | 65 |
| Binary | 10111100 | 11010011 | 111010 | 1011 | 0 | 1001001 | 10001 | 1000101 | 111111 | 110101 |
Color Harmonies of #BCD33A
Complementary color
Monochromatic Colors of #BCD33A
Black with #BCD33A
Text Example
Text Example
White with #BCD33A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD33A; }
p { color: rgb(188,211,58); }
H1.HeaderClassName
{
color: #BCD33A;
}
.AnyTagClassName
{
color: #BCD33A;
}
</style>
background-color css
<style>
a { background-color: #BCD33A; }
a { background-color: rgb(188,211,58); }
div.DivClassName
{
background-color: #BCD33A;
}
.BgClassName
{
background-color: #BCD33A;
}
</style>
border-color css
<style>
span { border-color: #BCD33A; }
span { border-color: rgb(188,211,58); }
td.TdClassName
{
border-color: #BCD33A;
}
.TagClassName
{
border-color: #BCD33A;
}
</style>