Shades of Las Palmas #BCE935
Tints of Las Palmas #BCE935
RGB
CMYK
RGB Variations
Color information
#BCE935 (or 0xBCE935) is known color: Las Palmas. HEX triplet: BC, E9 and 35. RGB value is (188,233,53). Sum of RGB (Red+Green+Blue) = 188+233+53=474 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.66% from 474); Green value is 233 (91.41% from 255 or 49.16% from 474); Blue value is 53 (21.09% from 255 or 11.18% from 474); Max value from RGB is 233 - color contains mainly: green. Hex color #BCE935 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCE935 is #4316CA. Grayscale: #C7C7C7. Windows color (decimal): -4396747 or 3533244. OLE color: 3533244.
HSL color Cylindrical-coordinate representation of color #BCE935: hue angle of 75º degrees, saturation: 0.8, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BCE935 is Cyan = 0.19, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 188 | 233 | 53 | - |
| CMYK | 0.19 | 0 | 0.77 | 0.09 |
| HSL | 75º | 0.8% | 0.56% | - |
| HSV(B) | 75º | 0.77% | 0.91% | - |
| XYZ | 50.52 | 69.23 | 14.07 | - |
| YUV | 199.03 | 45.59 | 120.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 233 | 53 | 0.19 | 0 | 0.77 | 0.09 | 75 | 0.8 | 0.56 |
| Hex | BC | E9 | 35 | 13 | 0 | 4D | 9 | 4B | 50 | 38 |
| Octal | 274 | 351 | 65 | 23 | 0 | 115 | 11 | 113 | 120 | 70 |
| Binary | 10111100 | 11101001 | 110101 | 10011 | 0 | 1001101 | 1001 | 1001011 | 1010000 | 111000 |
Color Harmonies of #BCE935
Complementary color
Monochromatic Colors of #BCE935
Black with #BCE935
Text Example
Text Example
White with #BCE935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE935; }
p { color: rgb(188,233,53); }
H1.HeaderClassName
{
color: #BCE935;
}
.AnyTagClassName
{
color: #BCE935;
}
</style>
background-color css
<style>
a { background-color: #BCE935; }
a { background-color: rgb(188,233,53); }
div.DivClassName
{
background-color: #BCE935;
}
.BgClassName
{
background-color: #BCE935;
}
</style>
border-color css
<style>
span { border-color: #BCE935; }
span { border-color: rgb(188,233,53); }
td.TdClassName
{
border-color: #BCE935;
}
.TagClassName
{
border-color: #BCE935;
}
</style>