Html Css Color HEX #B4D6AD Madang

📋 copy color: '#B4D6AD'

red 180 ◦ green 214 ◦ blue 173

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

Shades of Madang #B4D6AD

Tints of Madang #B4D6AD

RGB

 RED value IS 180 (70.7% from 255) = 31.75%

 GREEN value IS 214 (83.98% from 255) = 37.74%

 BLUE value IS 173 (67.97% from 255) = 30.51%

R = 31.75%
G = 37.74%
B = 30.51%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.19

 K value IS 0.16

RGB Variations

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

Color information

#B4D6AD (or 0xB4D6AD) is known color: Madang. HEX triplet: B4, D6 and AD. RGB value is (180,214,173). Sum of RGB (Red+Green+Blue) = 180+214+173=567 (75% of max value = 765). Red value is 180 (70.70% from 255 or 31.75% from 567); Green value is 214 (83.98% from 255 or 37.74% from 567); Blue value is 173 (67.97% from 255 or 30.51% from 567); Max value from RGB is 214 - color contains mainly: green. Hex color #B4D6AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4D6AD is #4B2952. Grayscale: #C7C7C7. Windows color (decimal): -4925779 or 11392692. OLE color: 11392692.

HSL color Cylindrical-coordinate representation of color #B4D6AD: hue angle of 109.76º degrees, saturation: 0.33, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B4D6AD is Cyan = 0.16, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.16.

Color convert

RGB 180 214 173 -
CMYK 0.16 0 0.19 0.16
HSL 109.76º 0.33% 0.76% -
HSV(B) 109.76º 0.19% 0.84% -
XYZ 50.41 60.81 48.62 -
YUV 199.16 113.24 114.33 -
System Red Green Blue C M Y K H S L
Decimal 180 214 173 0.16 0 0.19 0.16 109.76 0.33 0.76
Hex B4 D6 AD 10 0 13 10 6E 21 4C
Octal 264 326 255 20 0 23 20 156 41 114
Binary 10110100 11010110 10101101 10000 0 10011 10000 1101110 100001 1001100

Color Harmonies of #B4D6AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4D6AD

Black with #B4D6AD

Text Example


Text Example

White with #B4D6AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4D6AD; }

 p { color: rgb(180,214,173); }

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

background-color css

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

 a { background-color: rgb(180,214,173); }

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

border-color css

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

 span { border-color: rgb(180,214,173); }

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