#B4D9A4

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

Shades of Madang #B4D9A4

Tints of Madang #B4D9A4

Color information

#B4D9A4 (or 0xB4D9A4) is unknown color: approx Madang. HEX triplet: B4, D9 and A4. RGB value is (180,217,164). Sum of RGB (Red+Green+Blue) = 180+217+164=561 (74% of max value = 765). Red value is 180 (70.70% from 255 or 32.09% from 561); Green value is 217 (85.16% from 255 or 38.68% from 561); Blue value is 164 (64.45% from 255 or 29.23% from 561); Max value from RGB is 217 - color contains mainly: green. Hex color #B4D9A4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4D9A4 is #4B265B. Grayscale: #C8C8C8. Windows color (decimal): -4925020 or 10803636. OLE color: 10803636.

HSL color Cylindrical-coordinate representation of color #B4D9A4: hue angle of 101.89º degrees, saturation: 0.41, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B4D9A4 is Cyan = 0.17, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.15.

Color convert

RGB180217164-
CMYK0.1700.240.15
HSL101.89º41.09%74.71%-
HSV(B)101.89º24.42%85.1%-
XYZ50.3462.0144.44-
YUV199.9107.74113.81-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 32.09%
GREEN value IS 217 (85.16% from 255) = 38.68%
BLUE value IS 164 (64.45% from 255) = 29.23%
R=32.09%
G=38.68%
B=29.23%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1802171640.1700.240.15101.8941.0974.71
HexB4D9A411018F66294b
Octal264331244210301714651113
Binary10110100110110011010010010001011000111111001101010011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4D9A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4D9A4; }

 p { color: rgb(180,217,164); }

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

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

 a { background-color: rgb(180,217,164); }

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

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

 span { border-color: rgb(180,217,164); }

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