#B3DCAB

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

Shades of Madang #B3DCAB

Tints of Madang #B3DCAB

Color information

#B3DCAB (or 0xB3DCAB) is unknown color: approx Madang. HEX triplet: B3, DC and AB. RGB value is (179,220,171). Sum of RGB (Red+Green+Blue) = 179+220+171=570 (75% of max value = 765). Red value is 179 (70.31% from 255 or 31.40% from 570); Green value is 220 (86.33% from 255 or 38.60% from 570); Blue value is 171 (67.19% from 255 or 30% from 570); Max value from RGB is 220 - color contains mainly: green. Hex color #B3DCAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3DCAB is #4C2354. Grayscale: #CACACA. Windows color (decimal): -4989781 or 11263155. OLE color: 11263155.

HSL color Cylindrical-coordinate representation of color #B3DCAB: hue angle of 110.2º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B3DCAB is Cyan = 0.19, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.

Color convert

RGB179220171-
CMYK0.1900.220.14
HSL110.2º41.18%76.67%-
HSV(B)110.2º22.27%86.27%-
XYZ51.5363.7148.11-
YUV202.16110.42111.48-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 31.40%
GREEN value IS 220 (86.33% from 255) = 38.60%
BLUE value IS 171 (67.19% from 255) = 30%
R=31.40%
G=38.60%
B=30%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1792201710.1900.220.14110.241.1876.67
HexB3DCAB13016E6e294d
Octal263334253230261615651115
Binary10110011110111001010101110011010110111011011101010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3DCAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3DCAB; }

 p { color: rgb(179,220,171); }

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

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

 a { background-color: rgb(179,220,171); }

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

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

 span { border-color: rgb(179,220,171); }

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