Html Css Color HEX #BAD5AD Madang

📋 copy color: '#BAD5AD'

red 186 ◦ green 213 ◦ blue 173

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

Shades of Madang #BAD5AD

Tints of Madang #BAD5AD

RGB

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

 GREEN value IS 213 (83.59% from 255) = 37.24%

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

R = 32.52%
G = 37.24%
B = 30.24%

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

#BAD5AD (or 0xBAD5AD) is known color: Madang. HEX triplet: BA, D5 and AD. RGB value is (186,213,173). Sum of RGB (Red+Green+Blue) = 186+213+173=572 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.52% from 572); Green value is 213 (83.59% from 255 or 37.24% from 572); Blue value is 173 (67.97% from 255 or 30.24% from 572); Max value from RGB is 213 - color contains mainly: green. Hex color #BAD5AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAD5AD is #452A52. Grayscale: #C8C8C8. Windows color (decimal): -4532819 or 11392442. OLE color: 11392442.

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

Color convert

RGB 186 213 173 -
CMYK 0.13 0 0.19 0.16
HSL 100.5º 0.32% 0.76% -
HSV(B) 100.5º 0.19% 0.84% -
XYZ 51.59 61.04 48.6 -
YUV 200.37 112.55 117.75 -
System Red Green Blue C M Y K H S L
Decimal 186 213 173 0.13 0 0.19 0.16 100.5 0.32 0.76
Hex BA D5 AD D 0 13 10 64 20 4C
Octal 272 325 255 15 0 23 20 144 40 114
Binary 10111010 11010101 10101101 1101 0 10011 10000 1100100 100000 1001100

Color Harmonies of #BAD5AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD5AD

Black with #BAD5AD

Text Example


Text Example

White with #BAD5AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAD5AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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