#B8DFA0

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

Shades of Madang #B8DFA0

Tints of Madang #B8DFA0

Color information

#B8DFA0 (or 0xB8DFA0) is unknown color: approx Madang. HEX triplet: B8, DF and A0. RGB value is (184,223,160). Sum of RGB (Red+Green+Blue) = 184+223+160=567 (75% of max value = 765). Red value is 184 (72.27% from 255 or 32.45% from 567); Green value is 223 (87.5% from 255 or 39.33% from 567); Blue value is 160 (62.89% from 255 or 28.22% from 567); Max value from RGB is 223 - color contains mainly: green. Hex color #B8DFA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8DFA0 is #47205F. Grayscale: #CCCCCC. Windows color (decimal): -4661344 or 10543032. OLE color: 10543032.

HSL color Cylindrical-coordinate representation of color #B8DFA0: hue angle of 97.14º degrees, saturation: 0.5, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B8DFA0 is Cyan = 0.17, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.13.

Color convert

RGB184223160-
CMYK0.1700.280.13
HSL97.14º49.61%75.1%-
HSV(B)97.14º28.25%87.45%-
XYZ52.565.543.13-
YUV204.16103.08113.62-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 32.45%
GREEN value IS 223 (87.5% from 255) = 39.33%
BLUE value IS 160 (62.89% from 255) = 28.22%
R=32.45%
G=39.33%
B=28.22%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1842231600.1700.280.1397.1449.6175.1
HexB8DFA01101CD61324b
Octal270337240210341514162113
Binary10111000110111111010000010001011100110111000011100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8DFA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8DFA0; }

 p { color: rgb(184,223,160); }

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

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

 a { background-color: rgb(184,223,160); }

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

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

 span { border-color: rgb(184,223,160); }

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