#b7d8ac

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

Shades of Madang #B7D8AC

Tints of Madang #B7D8AC

Color information

#B7D8AC (or 0xB7D8AC) is unknown color: approx Madang. HEX triplet: B7, D8 and AC. RGB value is (183,216,172). Sum of RGB (Red+Green+Blue) = 183+216+172=571 (75% of max value = 765). Red value is 183 (71.88% from 255 or 32.05% from 571); Green value is 216 (84.77% from 255 or 37.83% from 571); Blue value is 172 (67.58% from 255 or 30.12% from 571); Max value from RGB is 216 - color contains mainly: green. Hex color #B7D8AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7D8AC is #482753. Grayscale: #C9C9C9. Windows color (decimal): -4728660 or 11327671. OLE color: 11327671.

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

Color convert

RGB183216172-
CMYK0.1500.200.15
HSL105º36.07%76.08%-
HSV(B)105º20.37%84.71%-
XYZ51.5362.1648.31-
YUV201.12111.57115.08-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 32.05%
GREEN value IS 216 (84.77% from 255) = 37.83%
BLUE value IS 172 (67.58% from 255) = 30.12%
R=32.05%
G=37.83%
B=30.12%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1832161720.1500.200.1510536.0776.08
HexB7D8ACF014F69244c
Octal267330254170241715144114
Binary1011011111011000101011001111010100111111010011001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b7d8ac

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b7d8ac; }

 p { color: rgb(183,216,172); }

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

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

 a { background-color: rgb(183,216,172); }

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

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

 span { border-color: rgb(183,216,172); }

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