Html Css Color HEX #B9DCB0 Madang

📋 copy color: '#B9DCB0'

red 185 ◦ green 220 ◦ blue 176

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

Shades of Madang #B9DCB0

Tints of Madang #B9DCB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 30.29%

R = 31.84%
G = 37.87%
B = 30.29%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.2

 K value IS 0.14

RGB Variations

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

Color information

#B9DCB0 (or 0xB9DCB0) is known color: Madang. HEX triplet: B9, DC and B0. RGB value is (185,220,176). Sum of RGB (Red+Green+Blue) = 185+220+176=581 (76% of max value = 765). Red value is 185 (72.66% from 255 or 31.84% from 581); Green value is 220 (86.33% from 255 or 37.87% from 581); Blue value is 176 (69.14% from 255 or 30.29% from 581); Max value from RGB is 220 - color contains mainly: green. Hex color #B9DCB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9DCB0 is #46234F. Grayscale: #CCCCCC. Windows color (decimal): -4596560 or 11590841. OLE color: 11590841.

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

Color convert

RGB 185 220 176 -
CMYK 0.16 0 0.2 0.14
HSL 107.73º 0.39% 0.78% -
HSV(B) 107.73º 0.2% 0.86% -
XYZ 53.44 64.64 50.73 -
YUV 204.52 111.9 114.08 -
System Red Green Blue C M Y K H S L
Decimal 185 220 176 0.16 0 0.2 0.14 107.73 0.39 0.78
Hex B9 DC B0 10 0 14 E 6C 27 4E
Octal 271 334 260 20 0 24 16 154 47 116
Binary 10111001 11011100 10110000 10000 0 10100 1110 1101100 100111 1001110

Color Harmonies of #B9DCB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9DCB0

Black with #B9DCB0

Text Example


Text Example

White with #B9DCB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9DCB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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