#BCEA95

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

Shades of Madang #BCEA95

Tints of Madang #BCEA95

Color information

#BCEA95 (or 0xBCEA95) is unknown color: approx Madang. HEX triplet: BC, EA and 95. RGB value is (188,234,149). Sum of RGB (Red+Green+Blue) = 188+234+149=571 (75% of max value = 765). Red value is 188 (73.83% from 255 or 32.92% from 571); Green value is 234 (91.80% from 255 or 40.98% from 571); Blue value is 149 (58.59% from 255 or 26.09% from 571); Max value from RGB is 234 - color contains mainly: green. Hex color #BCEA95 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCEA95 is #43156A. Grayscale: #D2D2D2. Windows color (decimal): -4396395 or 9824956. OLE color: 9824956.

HSL color Cylindrical-coordinate representation of color #BCEA95: hue angle of 92.47º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BCEA95 is Cyan = 0.20, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.08.

Color convert

RGB188234149-
CMYK0.2000.360.08
HSL92.47º66.93%75.1%-
HSV(B)92.47º36.32%91.76%-
XYZ55.5971.7139.34-
YUV210.5693.26111.91-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.92%
GREEN value IS 234 (91.80% from 255) = 40.98%
BLUE value IS 149 (58.59% from 255) = 26.09%
R=32.92%
G=40.98%
B=26.09%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1882341490.2000.360.0892.4766.9375.1
HexBCEA951402485c434b
Octal2743522252404410134103113
Binary1011110011101010100101011010001001001000101110010000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCEA95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCEA95; }

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

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

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

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

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

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

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

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