Html Css Color HEX #BAD9A5 Madang

📋 copy color: '#BAD9A5'

red 186 ◦ green 217 ◦ blue 165

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

Shades of Madang #BAD9A5

Tints of Madang #BAD9A5

RGB

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

 GREEN value IS 217 (85.16% from 255) = 38.2%

 BLUE value IS 165 (64.84% from 255) = 29.05%

R = 32.75%
G = 38.2%
B = 29.05%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.24

 K value IS 0.15

RGB Variations

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

Color information

#BAD9A5 (or 0xBAD9A5) is known color: Madang. HEX triplet: BA, D9 and A5. RGB value is (186,217,165). Sum of RGB (Red+Green+Blue) = 186+217+165=568 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.75% from 568); Green value is 217 (85.16% from 255 or 38.20% from 568); Blue value is 165 (64.84% from 255 or 29.05% from 568); Max value from RGB is 217 - color contains mainly: green. Hex color #BAD9A5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAD9A5 is #45265A. Grayscale: #C9C9C9. Windows color (decimal): -4531803 or 10869178. OLE color: 10869178.

HSL color Cylindrical-coordinate representation of color #BAD9A5: hue angle of 95.77º degrees, saturation: 0.41, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BAD9A5 is Cyan = 0.14, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.15.

Color convert

RGB 186 217 165 -
CMYK 0.14 0 0.24 0.15
HSL 95.77º 0.41% 0.75% -
HSV(B) 95.77º 0.24% 0.85% -
XYZ 51.85 62.78 44.98 -
YUV 201.8 107.23 116.73 -
System Red Green Blue C M Y K H S L
Decimal 186 217 165 0.14 0 0.24 0.15 95.77 0.41 0.75
Hex BA D9 A5 E 0 18 F 60 29 4B
Octal 272 331 245 16 0 30 17 140 51 113
Binary 10111010 11011001 10100101 1110 0 11000 1111 1100000 101001 1001011

Color Harmonies of #BAD9A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD9A5

Black with #BAD9A5

Text Example


Text Example

White with #BAD9A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAD9A5; }

 p { color: rgb(186,217,165); }

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

background-color css

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

 a { background-color: rgb(186,217,165); }

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

border-color css

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

 span { border-color: rgb(186,217,165); }

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