#BCEC95

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

Shades of Madang #BCEC95

Tints of Madang #BCEC95

Color information

#BCEC95 (or 0xBCEC95) is unknown color: approx Madang. HEX triplet: BC, EC and 95. RGB value is (188,236,149). Sum of RGB (Red+Green+Blue) = 188+236+149=573 (75% of max value = 765). Red value is 188 (73.83% from 255 or 32.81% from 573); Green value is 236 (92.58% from 255 or 41.19% from 573); Blue value is 149 (58.59% from 255 or 26.00% from 573); Max value from RGB is 236 - color contains mainly: green. Hex color #BCEC95 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCEC95 is #43136A. Grayscale: #D4D4D4. Windows color (decimal): -4395883 or 9825468. OLE color: 9825468.

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

Color convert

RGB188236149-
CMYK0.2000.370.07
HSL93.1º69.6%75.49%-
HSV(B)93.1º36.86%92.55%-
XYZ56.1672.8539.54-
YUV211.7392.6111.07-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.81%
GREEN value IS 236 (92.58% from 255) = 41.19%
BLUE value IS 149 (58.59% from 255) = 26.00%
R=32.81%
G=41.19%
B=26.00%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1882361490.2000.370.0793.169.675.49
HexBCEC951402575d464b
Octal274354225240457135106113
Binary101111001110110010010101101000100101111101110110001101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCEC95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCEC95; }

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

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

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

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

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

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

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

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