Html Css Color HEX #B6D6AB Madang

📋 copy color: '#B6D6AB'

red 182 ◦ green 214 ◦ blue 171

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

Shades of Madang #B6D6AB

Tints of Madang #B6D6AB

RGB

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

 GREEN value IS 214 (83.98% from 255) = 37.74%

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

R = 32.1%
G = 37.74%
B = 30.16%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.20

 K value IS 0.16

RGB Variations

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

Color information

#B6D6AB (or 0xB6D6AB) is known color: Madang. HEX triplet: B6, D6 and AB. RGB value is (182,214,171). Sum of RGB (Red+Green+Blue) = 182+214+171=567 (75% of max value = 765). Red value is 182 (71.48% from 255 or 32.10% from 567); Green value is 214 (83.98% from 255 or 37.74% from 567); Blue value is 171 (67.19% from 255 or 30.16% from 567); Max value from RGB is 214 - color contains mainly: green. Hex color #B6D6AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6D6AB is #492954. Grayscale: #C7C7C7. Windows color (decimal): -4794709 or 11261622. OLE color: 11261622.

HSL color Cylindrical-coordinate representation of color #B6D6AB: hue angle of 104.65º degrees, saturation: 0.34, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B6D6AB is Cyan = 0.15, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.16.

Color convert

RGB 182 214 171 -
CMYK 0.15 0 0.20 0.16
HSL 104.65º 0.34% 0.75% -
HSV(B) 104.65º 0.2% 0.84% -
XYZ 50.69 60.98 47.63 -
YUV 199.53 111.9 115.5 -
System Red Green Blue C M Y K H S L
Decimal 182 214 171 0.15 0 0.20 0.16 104.65 0.34 0.75
Hex B6 D6 AB F 0 14 10 69 22 4B
Octal 266 326 253 17 0 24 20 151 42 113
Binary 10110110 11010110 10101011 1111 0 10100 10000 1101001 100010 1001011

Color Harmonies of #B6D6AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6D6AB

Black with #B6D6AB

Text Example


Text Example

White with #B6D6AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6D6AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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