#B2DDAB

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

Shades of Madang #B2DDAB

Tints of Madang #B2DDAB

Color information

#B2DDAB (or 0xB2DDAB) is unknown color: approx Madang. HEX triplet: B2, DD and AB. RGB value is (178,221,171). Sum of RGB (Red+Green+Blue) = 178+221+171=570 (75% of max value = 765). Red value is 178 (69.92% from 255 or 31.23% from 570); Green value is 221 (86.72% from 255 or 38.77% from 570); Blue value is 171 (67.19% from 255 or 30% from 570); Max value from RGB is 221 - color contains mainly: green. Hex color #B2DDAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2DDAB is #4D2254. Grayscale: #CACACA. Windows color (decimal): -5055061 or 11263410. OLE color: 11263410.

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

Color convert

RGB178221171-
CMYK0.1900.230.13
HSL111.6º42.37%76.86%-
HSV(B)111.6º22.62%86.67%-
XYZ51.5764.1248.19-
YUV202.44110.25110.57-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 31.23%
GREEN value IS 221 (86.72% from 255) = 38.77%
BLUE value IS 171 (67.19% from 255) = 30%
R=31.23%
G=38.77%
B=30%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1782211710.1900.230.13111.642.3776.86
HexB2DDAB13017D702a4d
Octal262335253230271516052115
Binary10110010110111011010101110011010111110111100001010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2DDAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2DDAB; }

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

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

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

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

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

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

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

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