Html Css Color HEX #B6D2AD Madang

📋 copy color: '#B6D2AD'

red 182 ◦ green 210 ◦ blue 173

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

Shades of Madang #B6D2AD

Tints of Madang #B6D2AD

RGB

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

 GREEN value IS 210 (82.42% from 255) = 37.17%

 BLUE value IS 173 (67.97% from 255) = 30.62%

R = 32.21%
G = 37.17%
B = 30.62%

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

#B6D2AD (or 0xB6D2AD) is known color: Madang. HEX triplet: B6, D2 and AD. RGB value is (182,210,173). Sum of RGB (Red+Green+Blue) = 182+210+173=565 (74% of max value = 765). Red value is 182 (71.48% from 255 or 32.21% from 565); Green value is 210 (82.42% from 255 or 37.17% from 565); Blue value is 173 (67.97% from 255 or 30.62% from 565); Max value from RGB is 210 - color contains mainly: green. Hex color #B6D2AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6D2AD is #492D52. Grayscale: #C5C5C5. Windows color (decimal): -4795731 or 11391670. OLE color: 11391670.

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

Color convert

RGB 182 210 173 -
CMYK 0.13 0 0.18 0.18
HSL 105.41º 0.29% 0.75% -
HSV(B) 105.41º 0.18% 0.82% -
XYZ 49.88 59.06 48.31 -
YUV 197.41 114.22 117.01 -
System Red Green Blue C M Y K H S L
Decimal 182 210 173 0.13 0 0.18 0.18 105.41 0.29 0.75
Hex B6 D2 AD D 0 12 12 69 1D 4B
Octal 266 322 255 15 0 22 22 151 35 113
Binary 10110110 11010010 10101101 1101 0 10010 10010 1101001 11101 1001011

Color Harmonies of #B6D2AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6D2AD

Black with #B6D2AD

Text Example


Text Example

White with #B6D2AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6D2AD; }

 p { color: rgb(182,210,173); }

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

background-color css

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

 a { background-color: rgb(182,210,173); }

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

border-color css

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

 span { border-color: rgb(182,210,173); }

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