#B2E495

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

Shades of Madang #B2E495

Tints of Madang #B2E495

Color information

#B2E495 (or 0xB2E495) is unknown color: approx Madang. HEX triplet: B2, E4 and 95. RGB value is (178,228,149). Sum of RGB (Red+Green+Blue) = 178+228+149=555 (73% of max value = 765). Red value is 178 (69.92% from 255 or 32.07% from 555); Green value is 228 (89.45% from 255 or 41.08% from 555); Blue value is 149 (58.59% from 255 or 26.85% from 555); Max value from RGB is 228 - color contains mainly: green. Hex color #B2E495 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2E495 is #4D1B6A. Grayscale: #CCCCCC. Windows color (decimal): -5053291 or 9823410. OLE color: 9823410.

HSL color Cylindrical-coordinate representation of color #B2E495: hue angle of 97.97º degrees, saturation: 0.59, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B2E495 is Cyan = 0.22, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.11.

Color convert

RGB178228149-
CMYK0.2200.350.11
HSL97.97º59.4%73.92%-
HSV(B)97.97º34.65%89.41%-
XYZ51.5367.1238.67-
YUV204.0496.94109.42-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 32.07%
GREEN value IS 228 (89.45% from 255) = 41.08%
BLUE value IS 149 (58.59% from 255) = 26.85%
R=32.07%
G=41.08%
B=26.85%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1782281490.2200.350.1197.9759.473.92
HexB2E49516023B623b4a
Octal262344225260431314273112
Binary101100101110010010010101101100100011101111000101110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2E495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2E495; }

 p { color: rgb(178,228,149); }

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

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

 a { background-color: rgb(178,228,149); }

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

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

 span { border-color: rgb(178,228,149); }

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