Shades of Las Palmas #BCE03B
Tints of Las Palmas #BCE03B
RGB
CMYK
RGB Variations
Color information
#BCE03B (or 0xBCE03B) is known color: Las Palmas. HEX triplet: BC, E0 and 3B. RGB value is (188,224,59). Sum of RGB (Red+Green+Blue) = 188+224+59=471 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.92% from 471); Green value is 224 (87.89% from 255 or 47.56% from 471); Blue value is 59 (23.44% from 255 or 12.53% from 471); Max value from RGB is 224 - color contains mainly: green. Hex color #BCE03B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCE03B is #431FC4. Grayscale: #C3C3C3. Windows color (decimal): -4399045 or 3924156. OLE color: 3924156.
HSL color Cylindrical-coordinate representation of color #BCE03B: hue angle of 73.09º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BCE03B is Cyan = 0.16, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 188 | 224 | 59 | - |
| CMYK | 0.16 | 0 | 0.74 | 0.12 |
| HSL | 73.09º | 0.73% | 0.55% | - |
| HSV(B) | 73.09º | 0.74% | 0.88% | - |
| XYZ | 48.18 | 64.32 | 14.01 | - |
| YUV | 194.43 | 51.57 | 123.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 224 | 59 | 0.16 | 0 | 0.74 | 0.12 | 73.09 | 0.73 | 0.55 |
| Hex | BC | E0 | 3B | 10 | 0 | 4A | C | 49 | 49 | 37 |
| Octal | 274 | 340 | 73 | 20 | 0 | 112 | 14 | 111 | 111 | 67 |
| Binary | 10111100 | 11100000 | 111011 | 10000 | 0 | 1001010 | 1100 | 1001001 | 1001001 | 110111 |
Color Harmonies of #BCE03B
Complementary color
Monochromatic Colors of #BCE03B
Black with #BCE03B
Text Example
Text Example
White with #BCE03B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE03B; }
p { color: rgb(188,224,59); }
H1.HeaderClassName
{
color: #BCE03B;
}
.AnyTagClassName
{
color: #BCE03B;
}
</style>
background-color css
<style>
a { background-color: #BCE03B; }
a { background-color: rgb(188,224,59); }
div.DivClassName
{
background-color: #BCE03B;
}
.BgClassName
{
background-color: #BCE03B;
}
</style>
border-color css
<style>
span { border-color: #BCE03B; }
span { border-color: rgb(188,224,59); }
td.TdClassName
{
border-color: #BCE03B;
}
.TagClassName
{
border-color: #BCE03B;
}
</style>