#B5D8AE

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

Shades of Madang #B5D8AE

Tints of Madang #B5D8AE

Color information

#B5D8AE (or 0xB5D8AE) is unknown color: approx Madang. HEX triplet: B5, D8 and AE. RGB value is (181,216,174). Sum of RGB (Red+Green+Blue) = 181+216+174=571 (75% of max value = 765). Red value is 181 (71.09% from 255 or 31.70% from 571); Green value is 216 (84.77% from 255 or 37.83% from 571); Blue value is 174 (68.36% from 255 or 30.47% from 571); Max value from RGB is 216 - color contains mainly: green. Hex color #B5D8AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5D8AE is #4A2751. Grayscale: #C8C8C8. Windows color (decimal): -4859730 or 11458741. OLE color: 11458741.

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

Color convert

RGB181216174-
CMYK0.1600.190.15
HSL110º35%76.47%-
HSV(B)110º19.44%84.71%-
XYZ51.2561.9949.31-
YUV200.75112.9113.92-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 31.70%
GREEN value IS 216 (84.77% from 255) = 37.83%
BLUE value IS 174 (68.36% from 255) = 30.47%
R=31.70%
G=37.83%
B=30.47%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1812161740.1600.190.151103576.47
HexB5D8AE10013F6e234c
Octal265330256200231715643114
Binary10110101110110001010111010000010011111111011101000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5D8AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5D8AE; }

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

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

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

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

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

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

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

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