#B6E495

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

Shades of Madang #B6E495

Tints of Madang #B6E495

Color information

#B6E495 (or 0xB6E495) is unknown color: approx Madang. HEX triplet: B6, E4 and 95. RGB value is (182,228,149). Sum of RGB (Red+Green+Blue) = 182+228+149=559 (74% of max value = 765). Red value is 182 (71.48% from 255 or 32.56% from 559); Green value is 228 (89.45% from 255 or 40.79% from 559); Blue value is 149 (58.59% from 255 or 26.65% from 559); Max value from RGB is 228 - color contains mainly: green. Hex color #B6E495 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6E495 is #491B6A. Grayscale: #CDCDCD. Windows color (decimal): -4791147 or 9823414. OLE color: 9823414.

HSL color Cylindrical-coordinate representation of color #B6E495: hue angle of 94.94º 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 #B6E495 is Cyan = 0.20, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.11.

Color convert

RGB182228149-
CMYK0.2000.350.11
HSL94.94º59.4%73.92%-
HSV(B)94.94º34.65%89.41%-
XYZ52.4667.638.72-
YUV205.2496.26111.42-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 32.56%
GREEN value IS 228 (89.45% from 255) = 40.79%
BLUE value IS 149 (58.59% from 255) = 26.65%
R=32.56%
G=40.79%
B=26.65%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1822281490.2000.350.1194.9459.473.92
HexB6E49514023B5f3b4a
Octal266344225240431313773112
Binary101101101110010010010101101000100011101110111111110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6E495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6E495; }

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

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

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

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

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

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

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

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