#BCEC31

Color #BCEC31 Las Palmas (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Las Palmas #BCEC31

Tints of Las Palmas #BCEC31

Color information

#BCEC31 (or 0xBCEC31) is unknown color: approx Las Palmas. HEX triplet: BC, EC and 31. RGB value is (188,236,49). Sum of RGB (Red+Green+Blue) = 188+236+49=473 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.75% from 473); Green value is 236 (92.58% from 255 or 49.89% from 473); Blue value is 49 (19.53% from 255 or 10.36% from 473); Max value from RGB is 236 - color contains mainly: green. Hex color #BCEC31 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCEC31 is #4313CE. Grayscale: #C9C9C9. Windows color (decimal): -4395983 or 3271868. OLE color: 3271868.

HSL color Cylindrical-coordinate representation of color #BCEC31: hue angle of 75.4º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BCEC31 is Cyan = 0.20, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.07.

Color convert

RGB18823649-
CMYK0.2000.790.07
HSL75.4º83.11%55.88%-
HSV(B)75.4º79.24%92.55%-
XYZ51.2970.913.89-
YUV200.3342.6119.21-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 188 (73.83% from 255) = 39.75%
GREEN value IS 236 (92.58% from 255) = 49.89%
BLUE value IS 49 (19.53% from 255) = 10.36%
R=39.75%
G=49.89%
B=10.36%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal188236490.2000.790.0775.483.1155.88
HexBCEC311404F74b5338
Octal27435461240117711312370
Binary1011110011101100110001101000100111111110010111010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCEC31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCEC31; }

 p { color: rgb(188,236,49); }

 H1.HeaderClassName
 {
   color: #BCEC31;
 }
 .AnyTagClassName
 {
   color: #BCEC31;
 }
</style>
background-color css

<style>
 a { background-color: #BCEC31; }

 a { background-color: rgb(188,236,49); }

 div.DivClassName
 {
   background-color: #BCEC31;
 }
 .BgClassName
 {
   background-color: #BCEC31;
 }
</style>
border-color css

<style>
 span { border-color: #BCEC31; }

 span { border-color: rgb(188,236,49); }

 td.TdClassName
 {
   border-color: #BCEC31;
 }
 .TagClassName
 {
   border-color: #BCEC31;
 }
</style>