#B5DDAB

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

Shades of Madang #B5DDAB

Tints of Madang #B5DDAB

Color information

#B5DDAB (or 0xB5DDAB) is unknown color: approx Madang. HEX triplet: B5, DD and AB. RGB value is (181,221,171). Sum of RGB (Red+Green+Blue) = 181+221+171=573 (75% of max value = 765). Red value is 181 (71.09% from 255 or 31.59% from 573); Green value is 221 (86.72% from 255 or 38.57% from 573); Blue value is 171 (67.19% from 255 or 29.84% from 573); Max value from RGB is 221 - color contains mainly: green. Hex color #B5DDAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5DDAB is #4A2254. Grayscale: #CBCBCB. Windows color (decimal): -4858453 or 11263413. OLE color: 11263413.

HSL color Cylindrical-coordinate representation of color #B5DDAB: hue angle of 108º degrees, saturation: 0.42, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B5DDAB is Cyan = 0.18, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB181221171-
CMYK0.1800.230.13
HSL108º42.37%76.86%-
HSV(B)108º22.62%86.67%-
XYZ52.2664.4848.22-
YUV203.34109.75112.07-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 31.59%
GREEN value IS 221 (86.72% from 255) = 38.57%
BLUE value IS 171 (67.19% from 255) = 29.84%
R=31.59%
G=38.57%
B=29.84%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1812211710.1800.230.1310842.3776.86
HexB5DDAB12017D6c2a4d
Octal265335253220271515452115
Binary10110101110111011010101110010010111110111011001010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5DDAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5DDAB; }

 p { color: rgb(181,221,171); }

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

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

 a { background-color: rgb(181,221,171); }

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

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

 span { border-color: rgb(181,221,171); }

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