Html Css Color HEX #B0DB9C Madang

📋 copy color: '#B0DB9C'

red 176 ◦ green 219 ◦ blue 156

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

Shades of Madang #B0DB9C

Tints of Madang #B0DB9C

RGB

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

 GREEN value IS 219 (85.94% from 255) = 39.75%

 BLUE value IS 156 (61.33% from 255) = 28.31%

R = 31.94%
G = 39.75%
B = 28.31%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.29

 K value IS 0.14

RGB Variations

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

Color information

#B0DB9C (or 0xB0DB9C) is known color: Madang. HEX triplet: B0, DB and 9C. RGB value is (176,219,156). Sum of RGB (Red+Green+Blue) = 176+219+156=551 (72% of max value = 765). Red value is 176 (69.14% from 255 or 31.94% from 551); Green value is 219 (85.94% from 255 or 39.75% from 551); Blue value is 156 (61.33% from 255 or 28.31% from 551); Max value from RGB is 219 - color contains mainly: green. Hex color #B0DB9C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0DB9C is #4F2463. Grayscale: #C7C7C7. Windows color (decimal): -5186660 or 10279856. OLE color: 10279856.

HSL color Cylindrical-coordinate representation of color #B0DB9C: hue angle of 100.95º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B0DB9C is Cyan = 0.20, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.14.

Color convert

RGB 176 219 156 -
CMYK 0.20 0 0.29 0.14
HSL 100.95º 0.47% 0.74% -
HSV(B) 100.95º 0.29% 0.86% -
XYZ 49.24 62.29 40.88 -
YUV 198.96 103.75 111.62 -
System Red Green Blue C M Y K H S L
Decimal 176 219 156 0.20 0 0.29 0.14 100.95 0.47 0.74
Hex B0 DB 9C 14 0 1D E 65 2F 4A
Octal 260 333 234 24 0 35 16 145 57 112
Binary 10110000 11011011 10011100 10100 0 11101 1110 1100101 101111 1001010

Color Harmonies of #B0DB9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0DB9C

Black with #B0DB9C

Text Example


Text Example

White with #B0DB9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0DB9C; }

 p { color: rgb(176,219,156); }

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

background-color css

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

 a { background-color: rgb(176,219,156); }

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

border-color css

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

 span { border-color: rgb(176,219,156); }

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