#B9E494

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

Shades of Madang #B9E494

Tints of Madang #B9E494

Color information

#B9E494 (or 0xB9E494) is unknown color: approx Madang. HEX triplet: B9, E4 and 94. RGB value is (185,228,148). Sum of RGB (Red+Green+Blue) = 185+228+148=561 (74% of max value = 765). Red value is 185 (72.66% from 255 or 32.98% from 561); Green value is 228 (89.45% from 255 or 40.64% from 561); Blue value is 148 (58.20% from 255 or 26.38% from 561); Max value from RGB is 228 - color contains mainly: green. Hex color #B9E494 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9E494 is #461B6B. Grayscale: #CECECE. Windows color (decimal): -4594540 or 9757881. OLE color: 9757881.

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

Color convert

RGB185228148-
CMYK0.1900.350.11
HSL92.25º59.7%73.73%-
HSV(B)92.25º35.09%89.41%-
XYZ53.167.9438.33-
YUV206.0295.25113-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 32.98%
GREEN value IS 228 (89.45% from 255) = 40.64%
BLUE value IS 148 (58.20% from 255) = 26.38%
R=32.98%
G=40.64%
B=26.38%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1852281480.1900.350.1192.2559.773.73
HexB9E49413023B5c3c4a
Octal271344224230431313474112
Binary101110011110010010010100100110100011101110111001111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9E494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9E494; }

 p { color: rgb(185,228,148); }

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

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

 a { background-color: rgb(185,228,148); }

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

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

 span { border-color: rgb(185,228,148); }

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