#B4D6A0

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

Shades of Madang #B4D6A0

Tints of Madang #B4D6A0

Color information

#B4D6A0 (or 0xB4D6A0) is unknown color: approx Madang. HEX triplet: B4, D6 and A0. RGB value is (180,214,160). Sum of RGB (Red+Green+Blue) = 180+214+160=554 (73% of max value = 765). Red value is 180 (70.70% from 255 or 32.49% from 554); Green value is 214 (83.98% from 255 or 38.63% from 554); Blue value is 160 (62.89% from 255 or 28.88% from 554); Max value from RGB is 214 - color contains mainly: green. Hex color #B4D6A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4D6A0 is #4B295F. Grayscale: #C5C5C5. Windows color (decimal): -4925792 or 10540724. OLE color: 10540724.

HSL color Cylindrical-coordinate representation of color #B4D6A0: hue angle of 97.78º degrees, saturation: 0.4, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B4D6A0 is Cyan = 0.16, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.16.

Color convert

RGB180214160-
CMYK0.1600.250.16
HSL97.78º39.71%73.33%-
HSV(B)97.78º25.23%83.92%-
XYZ49.2160.3342.31-
YUV197.68106.74115.39-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 32.49%
GREEN value IS 214 (83.98% from 255) = 38.63%
BLUE value IS 160 (62.89% from 255) = 28.88%
R=32.49%
G=38.63%
B=28.88%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1802141600.1600.250.1697.7839.7173.33
HexB4D6A01001910622849
Octal264326240200312014250111
Binary101101001101011010100000100000110011000011000101010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4D6A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4D6A0; }

 p { color: rgb(180,214,160); }

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

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

 a { background-color: rgb(180,214,160); }

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

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

 span { border-color: rgb(180,214,160); }

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