#B4E49B

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

Shades of Madang #B4E49B

Tints of Madang #B4E49B

Color information

#B4E49B (or 0xB4E49B) is unknown color: approx Madang. HEX triplet: B4, E4 and 9B. RGB value is (180,228,155). Sum of RGB (Red+Green+Blue) = 180+228+155=563 (74% of max value = 765). Red value is 180 (70.70% from 255 or 31.97% from 563); Green value is 228 (89.45% from 255 or 40.50% from 563); Blue value is 155 (60.94% from 255 or 27.53% from 563); Max value from RGB is 228 - color contains mainly: green. Hex color #B4E49B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4E49B is #4B1B64. Grayscale: #CDCDCD. Windows color (decimal): -4922213 or 10216628. OLE color: 10216628.

HSL color Cylindrical-coordinate representation of color #B4E49B: hue angle of 99.45º degrees, saturation: 0.57, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B4E49B is Cyan = 0.21, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.11.

Color convert

RGB180228155-
CMYK0.2100.320.11
HSL99.45º57.48%75.1%-
HSV(B)99.45º32.02%89.41%-
XYZ52.4867.5641.28-
YUV205.3399.6109.94-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 31.97%
GREEN value IS 228 (89.45% from 255) = 40.50%
BLUE value IS 155 (60.94% from 255) = 27.53%
R=31.97%
G=40.50%
B=27.53%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1802281550.2100.320.1199.4557.4875.1
HexB4E49B15020B63394b
Octal264344233250401314371113
Binary101101001110010010011011101010100000101111000111110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4E49B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4E49B; }

 p { color: rgb(180,228,155); }

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

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

 a { background-color: rgb(180,228,155); }

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

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

 span { border-color: rgb(180,228,155); }

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