#B6D6AC

Color #B6D6AC Madang (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Madang #B6D6AC

Tints of Madang #B6D6AC

Color information

#B6D6AC (or 0xB6D6AC) is unknown color: approx Madang. HEX triplet: B6, D6 and AC. RGB value is (182,214,172). Sum of RGB (Red+Green+Blue) = 182+214+172=568 (75% of max value = 765). Red value is 182 (71.48% from 255 or 32.04% from 568); Green value is 214 (83.98% from 255 or 37.68% from 568); Blue value is 172 (67.58% from 255 or 30.28% from 568); Max value from RGB is 214 - color contains mainly: green. Hex color #B6D6AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6D6AC is #492953. Grayscale: #C7C7C7. Windows color (decimal): -4794708 or 11327158. OLE color: 11327158.

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

Color convert

RGB182214172-
CMYK0.1500.200.16
HSL105.71º33.87%75.69%-
HSV(B)105.71º19.63%83.92%-
XYZ50.7861.0248.13-
YUV199.64112.4115.42-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 32.04%
GREEN value IS 214 (83.98% from 255) = 37.68%
BLUE value IS 172 (67.58% from 255) = 30.28%
R=32.04%
G=37.68%
B=30.28%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1822141720.1500.200.16105.7133.8775.69
HexB6D6ACF014106a224c
Octal266326254170242015242114
Binary10110110110101101010110011110101001000011010101000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6D6AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6D6AC; }

 p { color: rgb(182,214,172); }

 H1.HeaderClassName
 {
   color: #B6D6AC;
 }
 .AnyTagClassName
 {
   color: #B6D6AC;
 }
</style>
background-color css

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

 a { background-color: rgb(182,214,172); }

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

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

 span { border-color: rgb(182,214,172); }

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