#B5DBAE

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

Shades of Madang #B5DBAE

Tints of Madang #B5DBAE

Color information

#B5DBAE (or 0xB5DBAE) is unknown color: approx Madang. HEX triplet: B5, DB and AE. RGB value is (181,219,174). Sum of RGB (Red+Green+Blue) = 181+219+174=574 (76% of max value = 765). Red value is 181 (71.09% from 255 or 31.53% from 574); Green value is 219 (85.94% from 255 or 38.15% from 574); Blue value is 174 (68.36% from 255 or 30.31% from 574); Max value from RGB is 219 - color contains mainly: green. Hex color #B5DBAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5DBAE is #4A2451. Grayscale: #CACACA. Windows color (decimal): -4858962 or 11459509. OLE color: 11459509.

HSL color Cylindrical-coordinate representation of color #B5DBAE: hue angle of 110.67º degrees, saturation: 0.38, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B5DBAE is Cyan = 0.17, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.14.

Color convert

RGB181219174-
CMYK0.1700.210.14
HSL110.67º38.46%77.06%-
HSV(B)110.67º20.55%85.88%-
XYZ52.0363.5449.57-
YUV202.51111.91112.66-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 31.53%
GREEN value IS 219 (85.94% from 255) = 38.15%
BLUE value IS 174 (68.36% from 255) = 30.31%
R=31.53%
G=38.15%
B=30.31%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1812191740.1700.210.14110.6738.4677.06
HexB5DBAE11015E6f264d
Octal265333256210251615746115
Binary10110101110110111010111010001010101111011011111001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5DBAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5DBAE; }

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

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

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

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

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

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

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

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