Html Css Color HEX #BAD6AD Madang

📋 copy color: '#BAD6AD'

red 186 ◦ green 214 ◦ blue 173

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

Shades of Madang #BAD6AD

Tints of Madang #BAD6AD

RGB

 RED value IS 186 (73.05% from 255) = 32.46%

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

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

R = 32.46%
G = 37.35%
B = 30.19%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.19

 K value IS 0.16

RGB Variations

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

Color information

#BAD6AD (or 0xBAD6AD) is known color: Madang. HEX triplet: BA, D6 and AD. RGB value is (186,214,173). Sum of RGB (Red+Green+Blue) = 186+214+173=573 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.46% from 573); Green value is 214 (83.98% from 255 or 37.35% from 573); Blue value is 173 (67.97% from 255 or 30.19% from 573); Max value from RGB is 214 - color contains mainly: green. Hex color #BAD6AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAD6AD is #452952. Grayscale: #C9C9C9. Windows color (decimal): -4532563 or 11392698. OLE color: 11392698.

HSL color Cylindrical-coordinate representation of color #BAD6AD: hue angle of 100.98º degrees, saturation: 0.33, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BAD6AD is Cyan = 0.13, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.16.

Color convert

RGB 186 214 173 -
CMYK 0.13 0 0.19 0.16
HSL 100.98º 0.33% 0.76% -
HSV(B) 100.98º 0.19% 0.84% -
XYZ 51.84 61.55 48.68 -
YUV 200.95 112.22 117.33 -
System Red Green Blue C M Y K H S L
Decimal 186 214 173 0.13 0 0.19 0.16 100.98 0.33 0.76
Hex BA D6 AD D 0 13 10 65 21 4C
Octal 272 326 255 15 0 23 20 145 41 114
Binary 10111010 11010110 10101101 1101 0 10011 10000 1100101 100001 1001100

Color Harmonies of #BAD6AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD6AD

Black with #BAD6AD

Text Example


Text Example

White with #BAD6AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAD6AD; }

 p { color: rgb(186,214,173); }

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

background-color css

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

 a { background-color: rgb(186,214,173); }

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

border-color css

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

 span { border-color: rgb(186,214,173); }

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