#B0EC94

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

Shades of Madang #B0EC94

Tints of Madang #B0EC94

Color information

#B0EC94 (or 0xB0EC94) is unknown color: approx Madang. HEX triplet: B0, EC and 94. RGB value is (176,236,148). Sum of RGB (Red+Green+Blue) = 176+236+148=560 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.43% from 560); Green value is 236 (92.58% from 255 or 42.14% from 560); Blue value is 148 (58.20% from 255 or 26.43% from 560); Max value from RGB is 236 - color contains mainly: green. Hex color #B0EC94 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0EC94 is #4F136B. Grayscale: #D0D0D0. Windows color (decimal): -5182316 or 9759920. OLE color: 9759920.

HSL color Cylindrical-coordinate representation of color #B0EC94: hue angle of 100.91º 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 #B0EC94 is Cyan = 0.25, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.07.

Color convert

RGB176236148-
CMYK0.2500.370.07
HSL100.91º69.84%75.29%-
HSV(B)100.91º37.29%92.55%-
XYZ53.2571.3638.98-
YUV208.0394.12105.16-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 31.43%
GREEN value IS 236 (92.58% from 255) = 42.14%
BLUE value IS 148 (58.20% from 255) = 26.43%
R=31.43%
G=42.14%
B=26.43%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1762361480.2500.370.07100.9169.8475.29
HexB0EC9419025765464b
Octal260354224310457145106113
Binary101100001110110010010100110010100101111110010110001101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0EC94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0EC94; }

 p { color: rgb(176,236,148); }

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

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

 a { background-color: rgb(176,236,148); }

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

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

 span { border-color: rgb(176,236,148); }

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