#B5D2AC

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

Shades of Madang #B5D2AC

Tints of Madang #B5D2AC

Color information

#B5D2AC (or 0xB5D2AC) is unknown color: approx Madang. HEX triplet: B5, D2 and AC. RGB value is (181,210,172). Sum of RGB (Red+Green+Blue) = 181+210+172=563 (74% of max value = 765). Red value is 181 (71.09% from 255 or 32.15% from 563); Green value is 210 (82.42% from 255 or 37.30% from 563); Blue value is 172 (67.58% from 255 or 30.55% from 563); Max value from RGB is 210 - color contains mainly: green. Hex color #B5D2AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5D2AC is #4A2D53. Grayscale: #C5C5C5. Windows color (decimal): -4861268 or 11326133. OLE color: 11326133.

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

Color convert

RGB181210172-
CMYK0.1400.180.18
HSL105.79º29.69%74.9%-
HSV(B)105.79º18.1%82.35%-
XYZ49.5558.947.79-
YUV197113.89116.59-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 32.15%
GREEN value IS 210 (82.42% from 255) = 37.30%
BLUE value IS 172 (67.58% from 255) = 30.55%
R=32.15%
G=37.30%
B=30.55%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1812101720.1400.180.18105.7929.6974.9
HexB5D2ACE012126a1e4b
Octal265322254160222215236113
Binary1011010111010010101011001110010010100101101010111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5D2AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5D2AC; }

 p { color: rgb(181,210,172); }

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

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

 a { background-color: rgb(181,210,172); }

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

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

 span { border-color: rgb(181,210,172); }

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