Shades of Las Palmas #BCE13D
Tints of Las Palmas #BCE13D
RGB
CMYK
RGB Variations
Color information
#BCE13D (or 0xBCE13D) is known color: Las Palmas. HEX triplet: BC, E1 and 3D. RGB value is (188,225,61). Sum of RGB (Red+Green+Blue) = 188+225+61=474 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.66% from 474); Green value is 225 (88.28% from 255 or 47.47% from 474); Blue value is 61 (24.22% from 255 or 12.87% from 474); Max value from RGB is 225 - color contains mainly: green. Hex color #BCE13D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCE13D is #431EC2. Grayscale: #C3C3C3. Windows color (decimal): -4398787 or 4055484. OLE color: 4055484.
HSL color Cylindrical-coordinate representation of color #BCE13D: hue angle of 73.54º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BCE13D is Cyan = 0.16, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 188 | 225 | 61 | - |
| CMYK | 0.16 | 0 | 0.73 | 0.12 |
| HSL | 73.54º | 0.73% | 0.56% | - |
| HSV(B) | 73.54º | 0.73% | 0.88% | - |
| XYZ | 48.51 | 64.88 | 14.38 | - |
| YUV | 195.24 | 52.24 | 122.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 225 | 61 | 0.16 | 0 | 0.73 | 0.12 | 73.54 | 0.73 | 0.56 |
| Hex | BC | E1 | 3D | 10 | 0 | 49 | C | 4A | 49 | 38 |
| Octal | 274 | 341 | 75 | 20 | 0 | 111 | 14 | 112 | 111 | 70 |
| Binary | 10111100 | 11100001 | 111101 | 10000 | 0 | 1001001 | 1100 | 1001010 | 1001001 | 111000 |
Color Harmonies of #BCE13D
Complementary color
Monochromatic Colors of #BCE13D
Black with #BCE13D
Text Example
Text Example
White with #BCE13D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE13D; }
p { color: rgb(188,225,61); }
H1.HeaderClassName
{
color: #BCE13D;
}
.AnyTagClassName
{
color: #BCE13D;
}
</style>
background-color css
<style>
a { background-color: #BCE13D; }
a { background-color: rgb(188,225,61); }
div.DivClassName
{
background-color: #BCE13D;
}
.BgClassName
{
background-color: #BCE13D;
}
</style>
border-color css
<style>
span { border-color: #BCE13D; }
span { border-color: rgb(188,225,61); }
td.TdClassName
{
border-color: #BCE13D;
}
.TagClassName
{
border-color: #BCE13D;
}
</style>