Shades of Las Palmas #BCE931
Tints of Las Palmas #BCE931
RGB
CMYK
RGB Variations
Color information
#BCE931 (or 0xBCE931) is known color: Las Palmas. HEX triplet: BC, E9 and 31. RGB value is (188,233,49). Sum of RGB (Red+Green+Blue) = 188+233+49=470 (62% of max value = 765). Red value is 188 (73.83% from 255 or 40% from 470); Green value is 233 (91.41% from 255 or 49.57% from 470); Blue value is 49 (19.53% from 255 or 10.43% from 470); Max value from RGB is 233 - color contains mainly: green. Hex color #BCE931 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCE931 is #4316CE. Grayscale: #C7C7C7. Windows color (decimal): -4396751 or 3271100. OLE color: 3271100.
HSL color Cylindrical-coordinate representation of color #BCE931: hue angle of 74.67º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BCE931 is Cyan = 0.19, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 188 | 233 | 49 | - |
| CMYK | 0.19 | 0 | 0.79 | 0.09 |
| HSL | 74.67º | 0.81% | 0.55% | - |
| HSV(B) | 74.67º | 0.79% | 0.91% | - |
| XYZ | 50.43 | 69.19 | 13.6 | - |
| YUV | 198.57 | 43.59 | 120.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 233 | 49 | 0.19 | 0 | 0.79 | 0.09 | 74.67 | 0.81 | 0.55 |
| Hex | BC | E9 | 31 | 13 | 0 | 4F | 9 | 4B | 51 | 37 |
| Octal | 274 | 351 | 61 | 23 | 0 | 117 | 11 | 113 | 121 | 67 |
| Binary | 10111100 | 11101001 | 110001 | 10011 | 0 | 1001111 | 1001 | 1001011 | 1010001 | 110111 |
Color Harmonies of #BCE931
Complementary color
Monochromatic Colors of #BCE931
Black with #BCE931
Text Example
Text Example
White with #BCE931
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE931; }
p { color: rgb(188,233,49); }
H1.HeaderClassName
{
color: #BCE931;
}
.AnyTagClassName
{
color: #BCE931;
}
</style>
background-color css
<style>
a { background-color: #BCE931; }
a { background-color: rgb(188,233,49); }
div.DivClassName
{
background-color: #BCE931;
}
.BgClassName
{
background-color: #BCE931;
}
</style>
border-color css
<style>
span { border-color: #BCE931; }
span { border-color: rgb(188,233,49); }
td.TdClassName
{
border-color: #BCE931;
}
.TagClassName
{
border-color: #BCE931;
}
</style>