Html Css Color HEX #B6D1AB Madang

📋 copy color: '#B6D1AB'

red 182 ◦ green 209 ◦ blue 171

#B6D1AB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Madang #B6D1AB

Tints of Madang #B6D1AB

RGB

 RED value IS 182 (71.48% from 255) = 32.38%

 GREEN value IS 209 (82.03% from 255) = 37.19%

 BLUE value IS 171 (67.19% from 255) = 30.43%

R = 32.38%
G = 37.19%
B = 30.43%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.18

 K value IS 0.18

RGB Variations

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

Color information

#B6D1AB (or 0xB6D1AB) is known color: Madang. HEX triplet: B6, D1 and AB. RGB value is (182,209,171). Sum of RGB (Red+Green+Blue) = 182+209+171=562 (74% of max value = 765). Red value is 182 (71.48% from 255 or 32.38% from 562); Green value is 209 (82.03% from 255 or 37.19% from 562); Blue value is 171 (67.19% from 255 or 30.43% from 562); Max value from RGB is 209 - color contains mainly: green. Hex color #B6D1AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6D1AB is #492E54. Grayscale: #C4C4C4. Windows color (decimal): -4795989 or 11260342. OLE color: 11260342.

HSL color Cylindrical-coordinate representation of color #B6D1AB: hue angle of 102.63º degrees, saturation: 0.29, 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 #B6D1AB is Cyan = 0.13, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.18.

Color convert

RGB 182 209 171 -
CMYK 0.13 0 0.18 0.18
HSL 102.63º 0.29% 0.75% -
HSV(B) 102.63º 0.18% 0.82% -
XYZ 49.44 58.49 47.21 -
YUV 196.6 113.55 117.59 -
System Red Green Blue C M Y K H S L
Decimal 182 209 171 0.13 0 0.18 0.18 102.63 0.29 0.75
Hex B6 D1 AB D 0 12 12 67 1D 4B
Octal 266 321 253 15 0 22 22 147 35 113
Binary 10110110 11010001 10101011 1101 0 10010 10010 1100111 11101 1001011

Color Harmonies of #B6D1AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6D1AB

Black with #B6D1AB

Text Example


Text Example

White with #B6D1AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6D1AB; }

 p { color: rgb(182,209,171); }

 H1.HeaderClassName
 {
   color: #B6D1AB;
 }
 .AnyTagClassName
 {
   color: #B6D1AB;
 }
</style>

background-color css

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

 a { background-color: rgb(182,209,171); }

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

border-color css

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

 span { border-color: rgb(182,209,171); }

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