#B2EBA0

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

Shades of Madang #B2EBA0

Tints of Madang #B2EBA0

Color information

#B2EBA0 (or 0xB2EBA0) is unknown color: approx Madang. HEX triplet: B2, EB and A0. RGB value is (178,235,160). Sum of RGB (Red+Green+Blue) = 178+235+160=573 (75% of max value = 765). Red value is 178 (69.92% from 255 or 31.06% from 573); Green value is 235 (92.19% from 255 or 41.01% from 573); Blue value is 160 (62.89% from 255 or 27.92% from 573); Max value from RGB is 235 - color contains mainly: green. Hex color #B2EBA0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B2EBA0 is #4D145F. Grayscale: #D1D1D1. Windows color (decimal): -5051488 or 10546098. OLE color: 10546098.

HSL color Cylindrical-coordinate representation of color #B2EBA0: hue angle of 105.6º degrees, saturation: 0.65, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B2EBA0 is Cyan = 0.24, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.08.

Color convert

RGB178235160-
CMYK0.2400.320.08
HSL105.6º65.22%77.45%-
HSV(B)105.6º31.91%92.16%-
XYZ54.4171.4244.18-
YUV209.41100.12105.6-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 31.06%
GREEN value IS 235 (92.19% from 255) = 41.01%
BLUE value IS 160 (62.89% from 255) = 27.92%
R=31.06%
G=41.01%
B=27.92%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1782351600.2400.320.08105.665.2277.45
HexB2EBA01802086a414d
Octal2623532403004010152101115
Binary1011001011101011101000001100001000001000110101010000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2EBA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2EBA0; }

 p { color: rgb(178,235,160); }

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

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

 a { background-color: rgb(178,235,160); }

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

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

 span { border-color: rgb(178,235,160); }

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