Html Css Color HEX #B9DCAC Madang

📋 copy color: '#B9DCAC'

red 185 ◦ green 220 ◦ blue 172

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

Shades of Madang #B9DCAC

Tints of Madang #B9DCAC

RGB

 RED value IS 185 (72.66% from 255) = 32.06%

 GREEN value IS 220 (86.33% from 255) = 38.13%

 BLUE value IS 172 (67.58% from 255) = 29.81%

R = 32.06%
G = 38.13%
B = 29.81%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.22

 K value IS 0.14

RGB Variations

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

Color information

#B9DCAC (or 0xB9DCAC) is known color: Madang. HEX triplet: B9, DC and AC. RGB value is (185,220,172). Sum of RGB (Red+Green+Blue) = 185+220+172=577 (76% of max value = 765). Red value is 185 (72.66% from 255 or 32.06% from 577); Green value is 220 (86.33% from 255 or 38.13% from 577); Blue value is 172 (67.58% from 255 or 29.81% from 577); Max value from RGB is 220 - color contains mainly: green. Hex color #B9DCAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9DCAC is #462353. Grayscale: #CCCCCC. Windows color (decimal): -4596564 or 11328697. OLE color: 11328697.

HSL color Cylindrical-coordinate representation of color #B9DCAC: hue angle of 103.75º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B9DCAC is Cyan = 0.16, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.

Color convert

RGB 185 220 172 -
CMYK 0.16 0 0.22 0.14
HSL 103.75º 0.41% 0.77% -
HSV(B) 103.75º 0.22% 0.86% -
XYZ 53.05 64.48 48.68 -
YUV 204.06 109.9 114.4 -
System Red Green Blue C M Y K H S L
Decimal 185 220 172 0.16 0 0.22 0.14 103.75 0.41 0.77
Hex B9 DC AC 10 0 16 E 68 29 4D
Octal 271 334 254 20 0 26 16 150 51 115
Binary 10111001 11011100 10101100 10000 0 10110 1110 1101000 101001 1001101

Color Harmonies of #B9DCAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9DCAC

Black with #B9DCAC

Text Example


Text Example

White with #B9DCAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9DCAC; }

 p { color: rgb(185,220,172); }

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

background-color css

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

 a { background-color: rgb(185,220,172); }

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

border-color css

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

 span { border-color: rgb(185,220,172); }

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