#B5D8A6

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

Shades of Madang #B5D8A6

Tints of Madang #B5D8A6

Color information

#B5D8A6 (or 0xB5D8A6) is unknown color: approx Madang. HEX triplet: B5, D8 and A6. RGB value is (181,216,166). Sum of RGB (Red+Green+Blue) = 181+216+166=563 (74% of max value = 765). Red value is 181 (71.09% from 255 or 32.15% from 563); Green value is 216 (84.77% from 255 or 38.37% from 563); Blue value is 166 (65.23% from 255 or 29.48% from 563); Max value from RGB is 216 - color contains mainly: green. Hex color #B5D8A6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5D8A6 is #4A2759. Grayscale: #C8C8C8. Windows color (decimal): -4859738 or 10934453. OLE color: 10934453.

HSL color Cylindrical-coordinate representation of color #B5D8A6: hue angle of 102º degrees, saturation: 0.39, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B5D8A6 is Cyan = 0.16, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.15.

Color convert

RGB181216166-
CMYK0.1600.230.15
HSL102º39.06%74.9%-
HSV(B)102º23.15%84.71%-
XYZ50.4961.6945.32-
YUV199.84108.9114.57-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 32.15%
GREEN value IS 216 (84.77% from 255) = 38.37%
BLUE value IS 166 (65.23% from 255) = 29.48%
R=32.15%
G=38.37%
B=29.48%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1812161660.1600.230.1510239.0674.9
HexB5D8A610017F66274b
Octal265330246200271714647113
Binary10110101110110001010011010000010111111111001101001111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5D8A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5D8A6; }

 p { color: rgb(181,216,166); }

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

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

 a { background-color: rgb(181,216,166); }

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

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

 span { border-color: rgb(181,216,166); }

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