Shades of Las Palmas #BCE23C
Tints of Las Palmas #BCE23C
RGB
CMYK
RGB Variations
Color information
#BCE23C (or 0xBCE23C) is known color: Las Palmas. HEX triplet: BC, E2 and 3C. RGB value is (188,226,60). Sum of RGB (Red+Green+Blue) = 188+226+60=474 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.66% from 474); Green value is 226 (88.67% from 255 or 47.68% from 474); Blue value is 60 (23.83% from 255 or 12.66% from 474); Max value from RGB is 226 - color contains mainly: green. Hex color #BCE23C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCE23C is #431DC3. Grayscale: #C4C4C4. Windows color (decimal): -4398532 or 3990204. OLE color: 3990204.
HSL color Cylindrical-coordinate representation of color #BCE23C: hue angle of 73.73º degrees, saturation: 0.74, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BCE23C is Cyan = 0.17, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 188 | 226 | 60 | - |
| CMYK | 0.17 | 0 | 0.73 | 0.11 |
| HSL | 73.73º | 0.74% | 0.56% | - |
| HSV(B) | 73.73º | 0.73% | 0.89% | - |
| XYZ | 48.75 | 65.41 | 14.33 | - |
| YUV | 195.71 | 51.41 | 122.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 226 | 60 | 0.17 | 0 | 0.73 | 0.11 | 73.73 | 0.74 | 0.56 |
| Hex | BC | E2 | 3C | 11 | 0 | 49 | B | 4A | 4A | 38 |
| Octal | 274 | 342 | 74 | 21 | 0 | 111 | 13 | 112 | 112 | 70 |
| Binary | 10111100 | 11100010 | 111100 | 10001 | 0 | 1001001 | 1011 | 1001010 | 1001010 | 111000 |
Color Harmonies of #BCE23C
Complementary color
Monochromatic Colors of #BCE23C
Black with #BCE23C
Text Example
Text Example
White with #BCE23C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE23C; }
p { color: rgb(188,226,60); }
H1.HeaderClassName
{
color: #BCE23C;
}
.AnyTagClassName
{
color: #BCE23C;
}
</style>
background-color css
<style>
a { background-color: #BCE23C; }
a { background-color: rgb(188,226,60); }
div.DivClassName
{
background-color: #BCE23C;
}
.BgClassName
{
background-color: #BCE23C;
}
</style>
border-color css
<style>
span { border-color: #BCE23C; }
span { border-color: rgb(188,226,60); }
td.TdClassName
{
border-color: #BCE23C;
}
.TagClassName
{
border-color: #BCE23C;
}
</style>