Shades of Las Palmas #BCE634
Tints of Las Palmas #BCE634
RGB
CMYK
RGB Variations
Color information
#BCE634 (or 0xBCE634) is known color: Las Palmas. HEX triplet: BC, E6 and 34. RGB value is (188,230,52). Sum of RGB (Red+Green+Blue) = 188+230+52=470 (62% of max value = 765). Red value is 188 (73.83% from 255 or 40% from 470); Green value is 230 (90.23% from 255 or 48.94% from 470); Blue value is 52 (20.70% from 255 or 11.06% from 470); Max value from RGB is 230 - color contains mainly: green. Hex color #BCE634 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCE634 is #4319CB. Grayscale: #C5C5C5. Windows color (decimal): -4397516 or 3466940. OLE color: 3466940.
HSL color Cylindrical-coordinate representation of color #BCE634: hue angle of 74.16º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BCE634 is Cyan = 0.18, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 188 | 230 | 52 | - |
| CMYK | 0.18 | 0 | 0.77 | 0.10 |
| HSL | 74.16º | 0.78% | 0.55% | - |
| HSV(B) | 74.16º | 0.77% | 0.9% | - |
| XYZ | 49.66 | 67.53 | 13.67 | - |
| YUV | 197.15 | 46.09 | 121.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 230 | 52 | 0.18 | 0 | 0.77 | 0.10 | 74.16 | 0.78 | 0.55 |
| Hex | BC | E6 | 34 | 12 | 0 | 4D | A | 4A | 4E | 37 |
| Octal | 274 | 346 | 64 | 22 | 0 | 115 | 12 | 112 | 116 | 67 |
| Binary | 10111100 | 11100110 | 110100 | 10010 | 0 | 1001101 | 1010 | 1001010 | 1001110 | 110111 |
Color Harmonies of #BCE634
Complementary color
Monochromatic Colors of #BCE634
Black with #BCE634
Text Example
Text Example
White with #BCE634
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE634; }
p { color: rgb(188,230,52); }
H1.HeaderClassName
{
color: #BCE634;
}
.AnyTagClassName
{
color: #BCE634;
}
</style>
background-color css
<style>
a { background-color: #BCE634; }
a { background-color: rgb(188,230,52); }
div.DivClassName
{
background-color: #BCE634;
}
.BgClassName
{
background-color: #BCE634;
}
</style>
border-color css
<style>
span { border-color: #BCE634; }
span { border-color: rgb(188,230,52); }
td.TdClassName
{
border-color: #BCE634;
}
.TagClassName
{
border-color: #BCE634;
}
</style>