Html Css Color HEX #B2DCA0 Madang

📋 copy color: '#B2DCA0'

red 178 ◦ green 220 ◦ blue 160

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

Shades of Madang #B2DCA0

Tints of Madang #B2DCA0

RGB

 RED value IS 178 (69.92% from 255) = 31.9%

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

 BLUE value IS 160 (62.89% from 255) = 28.67%

R = 31.9%
G = 39.43%
B = 28.67%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.27

 K value IS 0.14

RGB Variations

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

Color information

#B2DCA0 (or 0xB2DCA0) is known color: Madang. HEX triplet: B2, DC and A0. RGB value is (178,220,160). Sum of RGB (Red+Green+Blue) = 178+220+160=558 (73% of max value = 765). Red value is 178 (69.92% from 255 or 31.90% from 558); Green value is 220 (86.33% from 255 or 39.43% from 558); Blue value is 160 (62.89% from 255 or 28.67% from 558); Max value from RGB is 220 - color contains mainly: green. Hex color #B2DCA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2DCA0 is #4D235F. Grayscale: #C8C8C8. Windows color (decimal): -5055328 or 10542258. OLE color: 10542258.

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

Color convert

RGB 178 220 160 -
CMYK 0.19 0 0.27 0.14
HSL 102º 0.46% 0.75% -
HSV(B) 102º 0.27% 0.86% -
XYZ 50.3 63.19 42.8 -
YUV 200.6 105.09 111.88 -
System Red Green Blue C M Y K H S L
Decimal 178 220 160 0.19 0 0.27 0.14 102 0.46 0.75
Hex B2 DC A0 13 0 1B E 66 2E 4B
Octal 262 334 240 23 0 33 16 146 56 113
Binary 10110010 11011100 10100000 10011 0 11011 1110 1100110 101110 1001011

Color Harmonies of #B2DCA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2DCA0

Black with #B2DCA0

Text Example


Text Example

White with #B2DCA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2DCA0; }

 p { color: rgb(178,220,160); }

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

background-color css

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

 a { background-color: rgb(178,220,160); }

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

border-color css

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

 span { border-color: rgb(178,220,160); }

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