#B1D4A4

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

Shades of Madang #B1D4A4

Tints of Madang #B1D4A4

Color information

#B1D4A4 (or 0xB1D4A4) is unknown color: approx Madang. HEX triplet: B1, D4 and A4. RGB value is (177,212,164). Sum of RGB (Red+Green+Blue) = 177+212+164=553 (73% of max value = 765). Red value is 177 (69.53% from 255 or 32.01% from 553); Green value is 212 (83.20% from 255 or 38.34% from 553); Blue value is 164 (64.45% from 255 or 29.66% from 553); Max value from RGB is 212 - color contains mainly: green. Hex color #B1D4A4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1D4A4 is #4E2B5B. Grayscale: #C4C4C4. Windows color (decimal): -5122908 or 10802353. OLE color: 10802353.

HSL color Cylindrical-coordinate representation of color #B1D4A4: hue angle of 103.75º degrees, saturation: 0.36, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B1D4A4 is Cyan = 0.17, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.17.

Color convert

RGB177212164-
CMYK0.1700.230.17
HSL103.75º35.82%73.73%-
HSV(B)103.75º22.64%83.14%-
XYZ48.3859.1143.98-
YUV196.06109.9114.4-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 32.01%
GREEN value IS 212 (83.20% from 255) = 38.34%
BLUE value IS 164 (64.45% from 255) = 29.66%
R=32.01%
G=38.34%
B=29.66%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1772121640.1700.230.17103.7535.8273.73
HexB1D4A4110171168244a
Octal261324244210272115044112
Binary101100011101010010100100100010101111000111010001001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1D4A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1D4A4; }

 p { color: rgb(177,212,164); }

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

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

 a { background-color: rgb(177,212,164); }

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

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

 span { border-color: rgb(177,212,164); }

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