#B4ECA2

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

Shades of Madang #B4ECA2

Tints of Madang #B4ECA2

Color information

#B4ECA2 (or 0xB4ECA2) is unknown color: approx Madang. HEX triplet: B4, EC and A2. RGB value is (180,236,162). Sum of RGB (Red+Green+Blue) = 180+236+162=578 (76% of max value = 765). Red value is 180 (70.70% from 255 or 31.14% from 578); Green value is 236 (92.58% from 255 or 40.83% from 578); Blue value is 162 (63.67% from 255 or 28.03% from 578); Max value from RGB is 236 - color contains mainly: green. Hex color #B4ECA2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B4ECA2 is #4B135D. Grayscale: #D3D3D3. Windows color (decimal): -4920158 or 10677428. OLE color: 10677428.

HSL color Cylindrical-coordinate representation of color #B4ECA2: hue angle of 105.41º degrees, saturation: 0.66, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B4ECA2 is Cyan = 0.24, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.07.

Color convert

RGB180236162-
CMYK0.2400.310.07
HSL105.41º66.07%78.04%-
HSV(B)105.41º31.36%92.55%-
XYZ55.3472.345.22-
YUV210.82100.45106.02-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 31.14%
GREEN value IS 236 (92.58% from 255) = 40.83%
BLUE value IS 162 (63.67% from 255) = 28.03%
R=31.14%
G=40.83%
B=28.03%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1802361620.2400.310.07105.4166.0778.04
HexB4ECA21801F769424e
Octal264354242300377151102116
Binary10110100111011001010001011000011111111110100110000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4ECA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4ECA2; }

 p { color: rgb(180,236,162); }

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

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

 a { background-color: rgb(180,236,162); }

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

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

 span { border-color: rgb(180,236,162); }

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