Html Css Color HEX #B5DCAC Madang

📋 copy color: '#B5DCAC'

red 181 ◦ green 220 ◦ blue 172

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

Shades of Madang #B5DCAC

Tints of Madang #B5DCAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 30.02%

R = 31.59%
G = 38.39%
B = 30.02%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.22

 K value IS 0.14

RGB Variations

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

Color information

#B5DCAC (or 0xB5DCAC) is known color: Madang. HEX triplet: B5, DC and AC. RGB value is (181,220,172). Sum of RGB (Red+Green+Blue) = 181+220+172=573 (75% of max value = 765). Red value is 181 (71.09% from 255 or 31.59% from 573); Green value is 220 (86.33% from 255 or 38.39% from 573); Blue value is 172 (67.58% from 255 or 30.02% from 573); Max value from RGB is 220 - color contains mainly: green. Hex color #B5DCAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5DCAC is #4A2353. Grayscale: #CBCBCB. Windows color (decimal): -4858708 or 11328693. OLE color: 11328693.

HSL color Cylindrical-coordinate representation of color #B5DCAC: hue angle of 108.75º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B5DCAC is Cyan = 0.18, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.

Color convert

RGB 181 220 172 -
CMYK 0.18 0 0.22 0.14
HSL 108.75º 0.41% 0.77% -
HSV(B) 108.75º 0.22% 0.86% -
XYZ 52.1 63.99 48.64 -
YUV 202.87 110.58 112.4 -
System Red Green Blue C M Y K H S L
Decimal 181 220 172 0.18 0 0.22 0.14 108.75 0.41 0.77
Hex B5 DC AC 12 0 16 E 6D 29 4D
Octal 265 334 254 22 0 26 16 155 51 115
Binary 10110101 11011100 10101100 10010 0 10110 1110 1101101 101001 1001101

Color Harmonies of #B5DCAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5DCAC

Black with #B5DCAC

Text Example


Text Example

White with #B5DCAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5DCAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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