#B6DDA8

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

Shades of Madang #B6DDA8

Tints of Madang #B6DDA8

Color information

#B6DDA8 (or 0xB6DDA8) is unknown color: approx Madang. HEX triplet: B6, DD and A8. RGB value is (182,221,168). Sum of RGB (Red+Green+Blue) = 182+221+168=571 (75% of max value = 765). Red value is 182 (71.48% from 255 or 31.87% from 571); Green value is 221 (86.72% from 255 or 38.70% from 571); Blue value is 168 (66.02% from 255 or 29.42% from 571); Max value from RGB is 221 - color contains mainly: green. Hex color #B6DDA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6DDA8 is #492257. Grayscale: #CBCBCB. Windows color (decimal): -4792920 or 11066806. OLE color: 11066806.

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

Color convert

RGB182221168-
CMYK0.1800.240.13
HSL104.15º43.8%76.27%-
HSV(B)104.15º23.98%86.67%-
XYZ52.2264.4946.74-
YUV203.3108.08112.81-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 31.87%
GREEN value IS 221 (86.72% from 255) = 38.70%
BLUE value IS 168 (66.02% from 255) = 29.42%
R=31.87%
G=38.70%
B=29.42%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1822211680.1800.240.13104.1543.876.27
HexB6DDA812018D682c4c
Octal266335250220301515054114
Binary10110110110111011010100010010011000110111010001011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6DDA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6DDA8; }

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

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

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

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

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

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

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

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