#B7D0AC

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

Shades of Madang #B7D0AC

Tints of Madang #B7D0AC

Color information

#B7D0AC (or 0xB7D0AC) is unknown color: approx Madang. HEX triplet: B7, D0 and AC. RGB value is (183,208,172). Sum of RGB (Red+Green+Blue) = 183+208+172=563 (74% of max value = 765). Red value is 183 (71.88% from 255 or 32.50% from 563); Green value is 208 (81.64% from 255 or 36.94% from 563); Blue value is 172 (67.58% from 255 or 30.55% from 563); Max value from RGB is 208 - color contains mainly: green. Hex color #B7D0AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7D0AC is #482F53. Grayscale: #C4C4C4. Windows color (decimal): -4730708 or 11325623. OLE color: 11325623.

HSL color Cylindrical-coordinate representation of color #B7D0AC: hue angle of 101.67º degrees, saturation: 0.28, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B7D0AC is Cyan = 0.12, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.18.

Color convert

RGB183208172-
CMYK0.1200.170.18
HSL101.67º27.69%74.51%-
HSV(B)101.67º17.31%81.57%-
XYZ49.5358.1647.64-
YUV196.42114.22118.43-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 32.50%
GREEN value IS 208 (81.64% from 255) = 36.94%
BLUE value IS 172 (67.58% from 255) = 30.55%
R=32.50%
G=36.94%
B=30.55%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1832081720.1200.170.18101.6727.6974.51
HexB7D0ACC01112661c4b
Octal267320254140212214634113
Binary1011011111010000101011001100010001100101100110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7D0AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7D0AC; }

 p { color: rgb(183,208,172); }

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

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

 a { background-color: rgb(183,208,172); }

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

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

 span { border-color: rgb(183,208,172); }

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