#B6DDAB

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

Shades of Madang #B6DDAB

Tints of Madang #B6DDAB

Color information

#B6DDAB (or 0xB6DDAB) is unknown color: approx Madang. HEX triplet: B6, DD and AB. RGB value is (182,221,171). Sum of RGB (Red+Green+Blue) = 182+221+171=574 (76% of max value = 765). Red value is 182 (71.48% from 255 or 31.71% from 574); Green value is 221 (86.72% from 255 or 38.50% from 574); Blue value is 171 (67.19% from 255 or 29.79% from 574); Max value from RGB is 221 - color contains mainly: green. Hex color #B6DDAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6DDAB is #492254. Grayscale: #CBCBCB. Windows color (decimal): -4792917 or 11263414. OLE color: 11263414.

HSL color Cylindrical-coordinate representation of color #B6DDAB: hue angle of 106.8º 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 #B6DDAB is Cyan = 0.18, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB182221171-
CMYK0.1800.230.13
HSL106.8º42.37%76.86%-
HSV(B)106.8º22.62%86.67%-
XYZ52.564.648.23-
YUV203.64109.58112.57-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 31.71%
GREEN value IS 221 (86.72% from 255) = 38.50%
BLUE value IS 171 (67.19% from 255) = 29.79%
R=31.71%
G=38.50%
B=29.79%

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
Decimal1822211710.1800.230.13106.842.3776.86
HexB6DDAB12017D6b2a4d
Octal266335253220271515352115
Binary10110110110111011010101110010010111110111010111010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6DDAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6DDAB; }

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

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

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

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

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

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

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

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