Html Css Color HEX #B0DD9B Madang

📋 copy color: '#B0DD9B'

red 176 ◦ green 221 ◦ blue 155

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

Shades of Madang #B0DD9B

Tints of Madang #B0DD9B

RGB

 RED value IS 176 (69.14% from 255) = 31.88%

 GREEN value IS 221 (86.72% from 255) = 40.04%

 BLUE value IS 155 (60.94% from 255) = 28.08%

R = 31.88%
G = 40.04%
B = 28.08%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.30

 K value IS 0.13

RGB Variations

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

Color information

#B0DD9B (or 0xB0DD9B) is known color: Madang. HEX triplet: B0, DD and 9B. RGB value is (176,221,155). Sum of RGB (Red+Green+Blue) = 176+221+155=552 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.88% from 552); Green value is 221 (86.72% from 255 or 40.04% from 552); Blue value is 155 (60.94% from 255 or 28.08% from 552); Max value from RGB is 221 - color contains mainly: green. Hex color #B0DD9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0DD9B is #4F2264. Grayscale: #C8C8C8. Windows color (decimal): -5186149 or 10214832. OLE color: 10214832.

HSL color Cylindrical-coordinate representation of color #B0DD9B: hue angle of 100.91º degrees, saturation: 0.49, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B0DD9B is Cyan = 0.20, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.13.

Color convert

RGB 176 221 155 -
CMYK 0.20 0 0.30 0.13
HSL 100.91º 0.49% 0.74% -
HSV(B) 100.91º 0.3% 0.87% -
XYZ 49.68 63.31 40.61 -
YUV 200.02 102.59 110.87 -
System Red Green Blue C M Y K H S L
Decimal 176 221 155 0.20 0 0.30 0.13 100.91 0.49 0.74
Hex B0 DD 9B 14 0 1E D 65 31 4A
Octal 260 335 233 24 0 36 15 145 61 112
Binary 10110000 11011101 10011011 10100 0 11110 1101 1100101 110001 1001010

Color Harmonies of #B0DD9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0DD9B

Black with #B0DD9B

Text Example


Text Example

White with #B0DD9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0DD9B; }

 p { color: rgb(176,221,155); }

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

background-color css

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

 a { background-color: rgb(176,221,155); }

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

border-color css

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

 span { border-color: rgb(176,221,155); }

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