Html Css Color HEX #B5DC9C Madang

📋 copy color: '#B5DC9C'

red 181 ◦ green 220 ◦ blue 156

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

Shades of Madang #B5DC9C

Tints of Madang #B5DC9C

RGB

 RED value IS 181 (71.09% from 255) = 32.5%

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

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

R = 32.5%
G = 39.5%
B = 28.01%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.29

 K value IS 0.14

RGB Variations

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

Color information

#B5DC9C (or 0xB5DC9C) is known color: Madang. HEX triplet: B5, DC and 9C. RGB value is (181,220,156). Sum of RGB (Red+Green+Blue) = 181+220+156=557 (73% of max value = 765). Red value is 181 (71.09% from 255 or 32.50% from 557); Green value is 220 (86.33% from 255 or 39.50% from 557); Blue value is 156 (61.33% from 255 or 28.01% from 557); Max value from RGB is 220 - color contains mainly: green. Hex color #B5DC9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5DC9C is #4A2363. Grayscale: #C9C9C9. Windows color (decimal): -4858724 or 10280117. OLE color: 10280117.

HSL color Cylindrical-coordinate representation of color #B5DC9C: hue angle of 96.56º degrees, saturation: 0.48, 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 #B5DC9C is Cyan = 0.18, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.14.

Color convert

RGB 181 220 156 -
CMYK 0.18 0 0.29 0.14
HSL 96.56º 0.48% 0.74% -
HSV(B) 96.56º 0.29% 0.86% -
XYZ 50.65 63.41 41.02 -
YUV 201.04 102.58 113.7 -
System Red Green Blue C M Y K H S L
Decimal 181 220 156 0.18 0 0.29 0.14 96.56 0.48 0.74
Hex B5 DC 9C 12 0 1D E 61 30 4A
Octal 265 334 234 22 0 35 16 141 60 112
Binary 10110101 11011100 10011100 10010 0 11101 1110 1100001 110000 1001010

Color Harmonies of #B5DC9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5DC9C

Black with #B5DC9C

Text Example


Text Example

White with #B5DC9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5DC9C; }

 p { color: rgb(181,220,156); }

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

background-color css

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

 a { background-color: rgb(181,220,156); }

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

border-color css

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

 span { border-color: rgb(181,220,156); }

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