#B4E0A8

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

Shades of Madang #B4E0A8

Tints of Madang #B4E0A8

Color information

#B4E0A8 (or 0xB4E0A8) is unknown color: approx Madang. HEX triplet: B4, E0 and A8. RGB value is (180,224,168). Sum of RGB (Red+Green+Blue) = 180+224+168=572 (75% of max value = 765). Red value is 180 (70.70% from 255 or 31.47% from 572); Green value is 224 (87.89% from 255 or 39.16% from 572); Blue value is 168 (66.02% from 255 or 29.37% from 572); Max value from RGB is 224 - color contains mainly: green. Hex color #B4E0A8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4E0A8 is #4B1F57. Grayscale: #CCCCCC. Windows color (decimal): -4923224 or 11067572. OLE color: 11067572.

HSL color Cylindrical-coordinate representation of color #B4E0A8: hue angle of 107.14º degrees, saturation: 0.47, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B4E0A8 is Cyan = 0.20, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.12.

Color convert

RGB180224168-
CMYK0.2000.250.12
HSL107.14º47.46%76.86%-
HSV(B)107.14º25%87.84%-
XYZ52.5565.8446.99-
YUV204.46107.42110.55-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 31.47%
GREEN value IS 224 (87.89% from 255) = 39.16%
BLUE value IS 168 (66.02% from 255) = 29.37%
R=31.47%
G=39.16%
B=29.37%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1802241680.2000.250.12107.1447.4676.86
HexB4E0A814019C6b2f4d
Octal264340250240311415357115
Binary10110100111000001010100010100011001110011010111011111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4E0A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4E0A8; }

 p { color: rgb(180,224,168); }

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

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

 a { background-color: rgb(180,224,168); }

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

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

 span { border-color: rgb(180,224,168); }

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