#B2DEA8

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

Shades of Madang #B2DEA8

Tints of Madang #B2DEA8

Color information

#B2DEA8 (or 0xB2DEA8) is unknown color: approx Madang. HEX triplet: B2, DE and A8. RGB value is (178,222,168). Sum of RGB (Red+Green+Blue) = 178+222+168=568 (75% of max value = 765). Red value is 178 (69.92% from 255 or 31.34% from 568); Green value is 222 (87.11% from 255 or 39.08% from 568); Blue value is 168 (66.02% from 255 or 29.58% from 568); Max value from RGB is 222 - color contains mainly: green. Hex color #B2DEA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2DEA8 is #4D2157. Grayscale: #CACACA. Windows color (decimal): -5054808 or 11067058. OLE color: 11067058.

HSL color Cylindrical-coordinate representation of color #B2DEA8: hue angle of 108.89º degrees, saturation: 0.45, 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 #B2DEA8 is Cyan = 0.20, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.13.

Color convert

RGB178222168-
CMYK0.2000.240.13
HSL108.89º45%76.47%-
HSV(B)108.89º24.32%87.06%-
XYZ51.5564.5346.79-
YUV202.69108.42110.39-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 31.34%
GREEN value IS 222 (87.11% from 255) = 39.08%
BLUE value IS 168 (66.02% from 255) = 29.58%
R=31.34%
G=39.08%
B=29.58%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1782221680.2000.240.13108.894576.47
HexB2DEA814018D6d2d4c
Octal262336250240301515555114
Binary10110010110111101010100010100011000110111011011011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2DEA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2DEA8; }

 p { color: rgb(178,222,168); }

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

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

 a { background-color: rgb(178,222,168); }

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

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

 span { border-color: rgb(178,222,168); }

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