Shades of Las Palmas #BCE933
Tints of Las Palmas #BCE933
RGB
CMYK
RGB Variations
Color information
#BCE933 (or 0xBCE933) is known color: Las Palmas. HEX triplet: BC, E9 and 33. RGB value is (188,233,51). Sum of RGB (Red+Green+Blue) = 188+233+51=472 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.83% from 472); Green value is 233 (91.41% from 255 or 49.36% from 472); Blue value is 51 (20.31% from 255 or 10.81% from 472); Max value from RGB is 233 - color contains mainly: green. Hex color #BCE933 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCE933 is #4316CC. Grayscale: #C7C7C7. Windows color (decimal): -4396749 or 3402172. OLE color: 3402172.
HSL color Cylindrical-coordinate representation of color #BCE933: hue angle of 74.84º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BCE933 is Cyan = 0.19, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 188 | 233 | 51 | - |
| CMYK | 0.19 | 0 | 0.78 | 0.09 |
| HSL | 74.84º | 0.81% | 0.56% | - |
| HSV(B) | 74.84º | 0.78% | 0.91% | - |
| XYZ | 50.48 | 69.21 | 13.83 | - |
| YUV | 198.8 | 44.59 | 120.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 233 | 51 | 0.19 | 0 | 0.78 | 0.09 | 74.84 | 0.81 | 0.56 |
| Hex | BC | E9 | 33 | 13 | 0 | 4E | 9 | 4B | 51 | 38 |
| Octal | 274 | 351 | 63 | 23 | 0 | 116 | 11 | 113 | 121 | 70 |
| Binary | 10111100 | 11101001 | 110011 | 10011 | 0 | 1001110 | 1001 | 1001011 | 1010001 | 111000 |
Color Harmonies of #BCE933
Complementary color
Monochromatic Colors of #BCE933
Black with #BCE933
Text Example
Text Example
White with #BCE933
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE933; }
p { color: rgb(188,233,51); }
H1.HeaderClassName
{
color: #BCE933;
}
.AnyTagClassName
{
color: #BCE933;
}
</style>
background-color css
<style>
a { background-color: #BCE933; }
a { background-color: rgb(188,233,51); }
div.DivClassName
{
background-color: #BCE933;
}
.BgClassName
{
background-color: #BCE933;
}
</style>
border-color css
<style>
span { border-color: #BCE933; }
span { border-color: rgb(188,233,51); }
td.TdClassName
{
border-color: #BCE933;
}
.TagClassName
{
border-color: #BCE933;
}
</style>