Html Css Color HEX #B9DCA2 Madang

📋 copy color: '#B9DCA2'

red 185 ◦ green 220 ◦ blue 162

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

Shades of Madang #B9DCA2

Tints of Madang #B9DCA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 28.57%

R = 32.63%
G = 38.8%
B = 28.57%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.26

 K value IS 0.14

RGB Variations

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

Color information

#B9DCA2 (or 0xB9DCA2) is known color: Madang. HEX triplet: B9, DC and A2. RGB value is (185,220,162). Sum of RGB (Red+Green+Blue) = 185+220+162=567 (75% of max value = 765). Red value is 185 (72.66% from 255 or 32.63% from 567); Green value is 220 (86.33% from 255 or 38.80% from 567); Blue value is 162 (63.67% from 255 or 28.57% from 567); Max value from RGB is 220 - color contains mainly: green. Hex color #B9DCA2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9DCA2 is #46235D. Grayscale: #CBCBCB. Windows color (decimal): -4596574 or 10673337. OLE color: 10673337.

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

Color convert

RGB 185 220 162 -
CMYK 0.16 0 0.26 0.14
HSL 96.21º 0.45% 0.75% -
HSV(B) 96.21º 0.26% 0.86% -
XYZ 52.12 64.11 43.81 -
YUV 202.92 104.9 115.22 -
System Red Green Blue C M Y K H S L
Decimal 185 220 162 0.16 0 0.26 0.14 96.21 0.45 0.75
Hex B9 DC A2 10 0 1A E 60 2D 4B
Octal 271 334 242 20 0 32 16 140 55 113
Binary 10111001 11011100 10100010 10000 0 11010 1110 1100000 101101 1001011

Color Harmonies of #B9DCA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9DCA2

Black with #B9DCA2

Text Example


Text Example

White with #B9DCA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9DCA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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