Shades of Las Palmas #BCE331
Tints of Las Palmas #BCE331
RGB
CMYK
RGB Variations
Color information
#BCE331 (or 0xBCE331) is known color: Las Palmas. HEX triplet: BC, E3 and 31. RGB value is (188,227,49). Sum of RGB (Red+Green+Blue) = 188+227+49=464 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.52% from 464); Green value is 227 (89.06% from 255 or 48.92% from 464); Blue value is 49 (19.53% from 255 or 10.56% from 464); Max value from RGB is 227 - color contains mainly: green. Hex color #BCE331 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCE331 is #431CCE. Grayscale: #C3C3C3. Windows color (decimal): -4398287 or 3269564. OLE color: 3269564.
HSL color Cylindrical-coordinate representation of color #BCE331: hue angle of 73.15º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BCE331 is Cyan = 0.17, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 188 | 227 | 49 | - |
| CMYK | 0.17 | 0 | 0.78 | 0.11 |
| HSL | 73.15º | 0.76% | 0.54% | - |
| HSV(B) | 73.15º | 0.78% | 0.89% | - |
| XYZ | 48.76 | 65.85 | 13.05 | - |
| YUV | 195.05 | 45.58 | 122.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 227 | 49 | 0.17 | 0 | 0.78 | 0.11 | 73.15 | 0.76 | 0.54 |
| Hex | BC | E3 | 31 | 11 | 0 | 4E | B | 49 | 4C | 36 |
| Octal | 274 | 343 | 61 | 21 | 0 | 116 | 13 | 111 | 114 | 66 |
| Binary | 10111100 | 11100011 | 110001 | 10001 | 0 | 1001110 | 1011 | 1001001 | 1001100 | 110110 |
Color Harmonies of #BCE331
Complementary color
Monochromatic Colors of #BCE331
Black with #BCE331
Text Example
Text Example
White with #BCE331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE331; }
p { color: rgb(188,227,49); }
H1.HeaderClassName
{
color: #BCE331;
}
.AnyTagClassName
{
color: #BCE331;
}
</style>
background-color css
<style>
a { background-color: #BCE331; }
a { background-color: rgb(188,227,49); }
div.DivClassName
{
background-color: #BCE331;
}
.BgClassName
{
background-color: #BCE331;
}
</style>
border-color css
<style>
span { border-color: #BCE331; }
span { border-color: rgb(188,227,49); }
td.TdClassName
{
border-color: #BCE331;
}
.TagClassName
{
border-color: #BCE331;
}
</style>