#B2DDA8

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

Shades of Madang #B2DDA8

Tints of Madang #B2DDA8

Color information

#B2DDA8 (or 0xB2DDA8) is unknown color: approx Madang. HEX triplet: B2, DD and A8. RGB value is (178,221,168). Sum of RGB (Red+Green+Blue) = 178+221+168=567 (75% of max value = 765). Red value is 178 (69.92% from 255 or 31.39% from 567); Green value is 221 (86.72% from 255 or 38.98% from 567); Blue value is 168 (66.02% from 255 or 29.63% from 567); Max value from RGB is 221 - color contains mainly: green. Hex color #B2DDA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2DDA8 is #4D2257. Grayscale: #CACACA. Windows color (decimal): -5055064 or 11066802. OLE color: 11066802.

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

Color convert

RGB178221168-
CMYK0.1900.240.13
HSL108.68º43.8%76.27%-
HSV(B)108.68º23.98%86.67%-
XYZ51.2864.0146.7-
YUV202.1108.75110.81-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 31.39%
GREEN value IS 221 (86.72% from 255) = 38.98%
BLUE value IS 168 (66.02% from 255) = 29.63%
R=31.39%
G=38.98%
B=29.63%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1782211680.1900.240.13108.6843.876.27
HexB2DDA813018D6d2c4c
Octal262335250230301515554114
Binary10110010110111011010100010011011000110111011011011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2DDA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2DDA8; }

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

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

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

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

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

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

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

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