#B5D9AE

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

Shades of Madang #B5D9AE

Tints of Madang #B5D9AE

Color information

#B5D9AE (or 0xB5D9AE) is unknown color: approx Madang. HEX triplet: B5, D9 and AE. RGB value is (181,217,174). Sum of RGB (Red+Green+Blue) = 181+217+174=572 (75% of max value = 765). Red value is 181 (71.09% from 255 or 31.64% from 572); Green value is 217 (85.16% from 255 or 37.94% from 572); Blue value is 174 (68.36% from 255 or 30.42% from 572); Max value from RGB is 217 - color contains mainly: green. Hex color #B5D9AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5D9AE is #4A2651. Grayscale: #C9C9C9. Windows color (decimal): -4859474 or 11458997. OLE color: 11458997.

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

Color convert

RGB181217174-
CMYK0.1700.200.15
HSL110.23º36.13%76.67%-
HSV(B)110.23º19.82%85.1%-
XYZ51.5162.5149.39-
YUV201.33112.57113.5-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 31.64%
GREEN value IS 217 (85.16% from 255) = 37.94%
BLUE value IS 174 (68.36% from 255) = 30.42%
R=31.64%
G=37.94%
B=30.42%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1812171740.1700.200.15110.2336.1376.67
HexB5D9AE11014F6e244d
Octal265331256210241715644115
Binary10110101110110011010111010001010100111111011101001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5D9AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5D9AE; }

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

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

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

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

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

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

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

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